@graphysdk/node-renderer 1.8.1-beta.1787131914625 → 1.8.1-beta.1787132472323

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,3 +61,9 @@ On Vercel with Nitro, include these in `traceDeps` so binaries and fonts are cop
61
61
  ```ts
62
62
  traceDeps: ['@graphysdk/node-renderer', '@napi-rs/canvas', '@fontsource/inter'];
63
63
  ```
64
+
65
+ Serves preset chart PNGs at `http://localhost:4310` (see `src/dev/server.ts`).
66
+
67
+ ## Support
68
+
69
+ 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.1787131914625",
15
+ "version": "1.8.1-beta.1787132472323",
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.1787131914625"
43
+ "@graphysdk/viz-engine": "1.8.1-beta.1787132472323"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rollup/plugin-replace": "^6.0.3",