@wonderlandengine/editor-api
v1.2.4
Published
Wonderland Engine's Editor API for plugins - very experimental.
Downloads
501
Readme
Wonderland Editor JavaScript/TypeScript Plugin API
API to extend the Wonderland Editor with JavaScript or TypeScript.
Note: This package requires version 1.2.4 of Wonderland Engine.
Learn more about Wonderland Engine in the documentation.
How to use
Create a new plugin project:
npm init
Add a "wonderlandengine" key in your package.json
. Now install the API:
npm i --save @wonderlandengine/editor-api
And create your first plugin!
That plugin can be used in any Wonderland Engine project by installing the directory.