@player-tools/dsl 0.0.2-next.0

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 ADDED
@@ -0,0 +1,9 @@
1
+ # DSL
2
+
3
+ The `@player-ui/dsl` package provides the primitives and build tools to create Player Asset Component libraries, and statically generate Player JSON content using TSX.
4
+
5
+ ## Asset Component Libraries
6
+
7
+ Similar to React, Vue, or other component libraries, in order for users to take advantage of the JSX capabilities, they need a library of common components to pull from.
8
+
9
+ As an asset author, you can create and share a library of `Components` for content authors to import and leverage.