UNPKG

@wonderlandengine/editor-api

Version:

Wonderland Engine's Editor API for plugins - very experimental.

6 lines (5 loc) 157 B
export const workspace = _wl_internalBinding('workspace'); /** * @deprecated Use the {@link workspace} export instead */ export const project = workspace;