kymostudio 0.2.0 → 0.2.2

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 +5 -6
  2. package/package.json +2 -2
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**.
6
5
 
7
6
  ## Install
8
7
 
@@ -67,10 +66,10 @@ npm test # build, then node --test
67
66
  npm run build-manifest # scan ../../icons and (re)write icons-manifest.json
68
67
  ```
69
68
 
70
- The icon set lives at the repo root in [`../../icons/`](../../icons/);
69
+ The icon set lives at the repo root in [`icons/`](https://github.com/kymostudio/kymostudio/tree/main/icons);
71
70
  `icons-manifest.json` is generated from it and bundled into the published
72
71
  package alongside the compiled `dist/`.
73
72
 
74
73
  ## License
75
74
 
76
- Apache License 2.0 — see [`LICENSE`](./LICENSE).
75
+ Apache License 2.0 — see [`LICENSE`](https://github.com/kymostudio/kymostudio/blob/main/packages/js/LICENSE).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kymostudio",
3
- "version": "0.2.0",
4
- "description": "Diagram-as-code for browser/Node data model, icon library, SVG renderer, and BPMN 2.0 importer. Independent, dependency-free TypeScript implementation.",
3
+ "version": "0.2.2",
4
+ "description": "Diagram-as-code: turn a declarative .diagram DSL or a standard BPMN 2.0 .bpmn file into animated SVG / WebP.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "author": "rain1024",