@pixi-ui-editor/schema 0.1.0 → 0.1.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 +11 -0
- package/package.json +2 -1
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @pixi-ui-editor/schema
|
|
2
|
+
|
|
3
|
+
Versioned document schema, validation and project-manifest format used by [Pixi UI Editor](https://github.com/AlexMariacho/pixi-ui-editor).
|
|
4
|
+
|
|
5
|
+
Consumed together with [`@pixi-ui-editor/runtime-pixi`](https://www.npmjs.com/package/@pixi-ui-editor/runtime-pixi), which renders documents validated against this schema.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pnpm add @pixi-ui-editor/schema
|
|
11
|
+
```
|
package/package.json
CHANGED