@graphysdk/node-renderer 1.8.1-beta.1787831204964 → 1.8.1-beta.1787840410169
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 +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Render a Graphy chart to a PNG in Node.js.
|
|
4
4
|
|
|
5
|
+
Learn more at [graphy.dev](https://graphy.dev).
|
|
6
|
+
|
|
5
7
|
## Install
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -64,10 +66,16 @@ traceDeps: ['@graphysdk/node-renderer', '@napi-rs/canvas', '@fontsource/inter'];
|
|
|
64
66
|
|
|
65
67
|
Serves preset chart PNGs at `http://localhost:4310` (see `src/dev/server.ts`).
|
|
66
68
|
|
|
69
|
+
## Agent skills
|
|
70
|
+
|
|
71
|
+
Install the Graphy agent skills from [github.com/graphysdk/skills](https://github.com/graphysdk/skills) to set up the SDK and author charts from Cursor, Claude Code, and other coding agents.
|
|
72
|
+
|
|
67
73
|
## Licence
|
|
68
74
|
|
|
69
75
|
This package is available under PolyForm Noncommercial, Small Business, or a 32-day Free Trial. Free Trial is local or internal evaluation only — it does not cover a public page. See [what you can do under the trial](https://docs.graphy.dev/licence/evaluation).
|
|
70
76
|
|
|
77
|
+
For a commercial licence, [talk to us](https://graphy.dev/license).
|
|
78
|
+
|
|
71
79
|
## Support
|
|
72
80
|
|
|
73
81
|
Questions and community help: [Discord](https://discord.gg/yGmYCjkSr).
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"headless",
|
|
13
13
|
"renderer"
|
|
14
14
|
],
|
|
15
|
-
"version": "1.8.1-beta.
|
|
15
|
+
"version": "1.8.1-beta.1787840410169",
|
|
16
16
|
"type": "module",
|
|
17
17
|
"sideEffects": [
|
|
18
18
|
"**/version.ts"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@fontsource/inter": "5.2.8",
|
|
41
41
|
"@napi-rs/canvas": "^0.1.76",
|
|
42
42
|
"d3-shape": "^3.2.0",
|
|
43
|
-
"@graphysdk/viz-engine": "1.8.1-beta.
|
|
43
|
+
"@graphysdk/viz-engine": "1.8.1-beta.1787840410169"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rollup/plugin-replace": "^6.0.3",
|