kymostudio 0.2.0 → 0.2.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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
# kymostudio
|
|
1
|
+
# kymostudio
|
|
2
2
|
|
|
3
|
-
Diagram-as-code
|
|
4
|
-
|
|
5
|
-
Dependency-free TypeScript, published with type declarations.
|
|
3
|
+
Diagram-as-code: turn a declarative `.diagram` DSL — or a standard BPMN 2.0
|
|
4
|
+
`.bpmn` file — into **animated SVG / WebP** (also Figma / Excalidraw).
|
|
6
5
|
|
|
7
6
|
## Install
|
|
8
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kymostudio",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Diagram-as-code for browser/Node — data model, icon library, SVG renderer, and BPMN 2.0 importer. Independent, dependency-free TypeScript implementation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|