@graphysdk/react 2.0.0-beta.1787130761469 → 2.0.0-beta.1787255264612
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 +10 -0
- package/dist/editable.browser.d.ts +6 -0
- package/dist/editable.browser.mjs +73870 -0
- package/dist/index.browser.mjs +37876 -0
- package/package.json +13 -4
package/README.md
CHANGED
|
@@ -60,5 +60,15 @@ const input = pipe(
|
|
|
60
60
|
|
|
61
61
|
## Other packages
|
|
62
62
|
|
|
63
|
+
An explicit setting always wins over this package's default.
|
|
64
|
+
|
|
65
|
+
## Licence
|
|
66
|
+
|
|
67
|
+
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).
|
|
68
|
+
|
|
63
69
|
- [`@graphysdk/react-renderer`](https://www.npmjs.com/package/@graphysdk/react-renderer) — same React components, mark off by default
|
|
64
70
|
- [`@graphysdk/viz-engine`](https://www.npmjs.com/package/@graphysdk/viz-engine) — the engine alone, for non-React hosts
|
|
71
|
+
|
|
72
|
+
## Support
|
|
73
|
+
|
|
74
|
+
Questions and community help: [Discord](https://discord.gg/yGmYCjkSr).
|