@wonderlandengine/editor-api 1.2.3-dev.2 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/data.d.ts +201 -143
- package/dist/data.js +211 -185
- package/dist/index.d.ts +30 -5
- package/dist/index.js +7 -4
- package/dist/native.d.ts +8 -1
- package/dist/ui.d.ts +52 -2
- package/dist/ui.js +51 -1
- package/dist/workspace.d.ts +10 -0
- package/dist/workspace.js +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# Wonderland Editor JavaScript Plugin API
|
1
|
+
# Wonderland Editor JavaScript/TypeScript Plugin API
|
2
2
|
|
3
|
-
|
3
|
+
API to extend the Wonderland Editor with JavaScript or TypeScript.
|
4
4
|
|
5
|
-
**Note:** This package requires
|
5
|
+
**Note:** This package requires version 1.2.4 of Wonderland Engine.
|
6
6
|
|
7
7
|
Learn more about Wonderland Engine in the [documentation](https://wonderlandengine.com/editor/plugins/).
|
8
8
|
|