@zenode/designer 3.5.0 → 3.5.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 +14 -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.gif" 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,12 +24,18 @@ 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
|
-
<
|
|
30
|
+
<img src="https://raw.githubusercontent.com/martinmanu/Zenode/Version-3/assets/demo.gif" width="100%" alt="Zenode Demo Preview" />
|
|
26
31
|
</div>
|
|
27
32
|
|
|
33
|
+
<p align="center">
|
|
34
|
+
<a href="https://raw.githubusercontent.com/martinmanu/Zenode/Version-3/assets/demo.mp4">
|
|
35
|
+
Watch full HD video
|
|
36
|
+
</a>
|
|
37
|
+
</p>
|
|
38
|
+
|
|
28
39
|
---
|
|
29
40
|
|
|
30
41
|
## Key Capabilities
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenode/designer",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
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
|
},
|