1.2.0-dev.1 • Published 3 months ago

@wonderlandengine/editor-api v1.2.0-dev.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Wonderland Editor JavaScript Plugin API

(Experimental!) API to extend the Wonderland Editor with JavaScript or TypeScript.

Note: This package requires the upcoming 1.2.0 version 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.

1.2.0-dev.1

3 months ago

1.2.0-dev.0

5 months ago