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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
- # kymostudio (JavaScript / TypeScript)
1
+ # kymostudio
2
2
 
3
- Diagram-as-code for browser/Node: a **data model**, **icon library**, **SVG
4
- renderer** (`renderSVG`), and a **BPMN 2.0 importer** (`parseBpmn`).
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.0",
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",