@flowscape-ui/core-sdk 1.0.4 → 1.0.6
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 +1 -6
- package/dist/index.cjs +58 -4
- package/dist/index.d.cts +97 -1
- package/dist/index.d.ts +97 -1
- package/dist/index.js +58 -4
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# 🎨 @flowscape-ui/core-sdk
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**High-performance 2D canvas engine for an interactive infinite canvas with nodes, pan/zoom, selection, history, and a plugin-friendly architecture built on Konva**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@flowscape-ui/core-sdk)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -13,11 +13,6 @@
|
|
|
13
13
|
[](https://flowscape-ui.github.io/core-sdk/?path=/story/interactive-playground--interactive-playground)
|
|
14
14
|
[](./CHANGELOG.md)
|
|
15
15
|
|
|
16
|
-
<img
|
|
17
|
-
src="./assets/readme/cover-image.png"
|
|
18
|
-
alt="Flowscape Canvas Demo"
|
|
19
|
-
width="900"
|
|
20
|
-
/>
|
|
21
16
|
<img
|
|
22
17
|
src="./assets/readme/preview.gif"
|
|
23
18
|
alt="Flowscape Canvas Demo"
|