@zenode/designer 3.5.0 → 3.5.1
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 -3
- package/package.json +12 -3
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/martinmanu/Zenode/Version-3/assets/demo.png" width="100%" alt="Zenode Designer Hero" />
|
|
3
|
+
</div>
|
|
4
|
+
|
|
1
5
|
<div align="center">
|
|
2
6
|
|
|
3
7
|
# Zenode Designer
|
|
@@ -9,7 +13,8 @@ Engineering-first · JSON-schema-driven · Framework-agnostic · Performance-tun
|
|
|
9
13
|
[](LICENSE)
|
|
10
14
|
[](https://github.com/martinmanu/Zenode/stargazers)
|
|
11
15
|
[](https://www.typescriptlang.org/)
|
|
12
|
-
|
|
16
|
+
|
|
17
|
+
[**Live Demo →**](https://zenode-designer.vercel.app) · [**API Documentation →**](https://github.com/martinmanu/Zenode/blob/Version-3/APIs.md) · [**Report Bug →**](https://github.com/martinmanu/Zenode/issues)
|
|
13
18
|
|
|
14
19
|
</div>
|
|
15
20
|
|
|
@@ -19,10 +24,10 @@ Engineering-first · JSON-schema-driven · Framework-agnostic · Performance-tun
|
|
|
19
24
|
|
|
20
25
|
---
|
|
21
26
|
|
|
22
|
-
## Demo
|
|
27
|
+
## 📽 Demo
|
|
23
28
|
|
|
24
29
|
<div align="center">
|
|
25
|
-
<video src="assets/demo.mp4" width="100%" autoplay loop muted playsinline></video>
|
|
30
|
+
<video src="https://raw.githubusercontent.com/martinmanu/Zenode/Version-3/assets/demo.mp4" width="100%" autoplay loop muted playsinline></video>
|
|
26
31
|
</div>
|
|
27
32
|
|
|
28
33
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenode/designer",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "A high-performance, pro-grade diagramming engine for web-based design tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -34,13 +34,22 @@
|
|
|
34
34
|
"diagram",
|
|
35
35
|
"canvas",
|
|
36
36
|
"d3",
|
|
37
|
+
"reactflow",
|
|
38
|
+
"react",
|
|
39
|
+
"vue",
|
|
40
|
+
"angular",
|
|
37
41
|
"workflow",
|
|
38
42
|
"bpmn",
|
|
39
43
|
"designer",
|
|
40
44
|
"engine"
|
|
41
45
|
],
|
|
42
|
-
"author": "
|
|
43
|
-
"license": "
|
|
46
|
+
"author": "Manu Martin",
|
|
47
|
+
"license": "Zenode License, MIT",
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "git+https://github.com/martinmanu/Zenode.git"
|
|
51
|
+
},
|
|
52
|
+
"homepage": "https://zenode-designer.vercel.app",
|
|
44
53
|
"dependencies": {
|
|
45
54
|
"tslib": "^2.8.1"
|
|
46
55
|
},
|