@graphysdk/react-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/dist/editable.cjs +1 -1
- package/dist/editable.mjs +1 -1
- package/dist/{history-chords-DNnatpga.cjs → history-chords-BfVVabOZ.cjs} +1 -1
- package/dist/{history-chords-DvubQLZZ.js → history-chords-CXx6W5MY.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ React components that paint a Graphy chart. The "Powered by Graphy" mark is off
|
|
|
4
4
|
|
|
5
5
|
Most apps should start with [`@graphysdk/react`](https://www.npmjs.com/package/@graphysdk/react) instead — same components, plus the chart builders, with the mark on.
|
|
6
6
|
|
|
7
|
+
Learn more at [graphy.dev](https://graphy.dev).
|
|
8
|
+
|
|
7
9
|
## Install
|
|
8
10
|
|
|
9
11
|
```bash
|
|
@@ -41,10 +43,16 @@ Import `EditableGraphRenderer` from `@graphysdk/react-renderer/editable`.
|
|
|
41
43
|
- **`@graphysdk/react-renderer`** — read-only surface: `GraphProvider`, `GraphRenderer`, hooks, slots, theme, and types
|
|
42
44
|
- **`@graphysdk/react-renderer/editable`** — editing surface: `EditableGraphRenderer`, `EditorPanel`, and related controls
|
|
43
45
|
|
|
46
|
+
## Agent skills
|
|
47
|
+
|
|
48
|
+
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.
|
|
49
|
+
|
|
44
50
|
## Licence
|
|
45
51
|
|
|
46
52
|
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).
|
|
47
53
|
|
|
54
|
+
For a commercial licence, [talk to us](https://graphy.dev/license).
|
|
55
|
+
|
|
48
56
|
## Support
|
|
49
57
|
|
|
50
58
|
Questions and community help: [Discord](https://discord.gg/yGmYCjkSr).
|