@visuallyjs/browser-ui 1.0.0 → 1.0.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.
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ ## VisuallyJs
2
+
3
+ VisuallyJs is a Javascript/Typescript library for building diagrams, node-based apps, charts and dashboards.
4
+
5
+ **Note:** This package is the core UI package; if you are using a library in your app you will likely want to use `@visuallyjs/browser-ui-react`, `@visuallyjs/browser-ui-angular`, `@visuallyjs/browser-ui-vue` or `@visuallyjs/browser-ui-svelte`. But if you're using vanilla JS or Typescript, this is the package you need.
6
+
7
+ ## Documentation
8
+
9
+ See https://visuallyjs.com/docs
10
+
11
+ ## Demonstrations
12
+
13
+ See https://visuallyjs.com/demonstrations
14
+
15
+