power-link 2.0.0 → 2.0.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 +3 -1
- package/package.json +14 -3
package/README.md
CHANGED
|
@@ -8,7 +8,9 @@ A pure TypeScript visual node connector for creating draggable connections betwe
|
|
|
8
8
|

|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### online demo
|
|
12
|
+
<!-- 访问线上demo -->
|
|
13
|
+
visit [online demo](https://tem-man.github.io/power-link)
|
|
12
14
|
|
|
13
15
|
## ✨ Features
|
|
14
16
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "power-link",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A pure TypeScript visual node connector for creating draggable connections between nodes. Framework-agnostic and easy to use",
|
|
5
|
-
"author":
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Lin Ji Man",
|
|
7
|
+
"email": "Temman_lin@qq.com"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"power-link",
|
|
11
|
+
"connector",
|
|
12
|
+
"node-link",
|
|
13
|
+
"visual-connector",
|
|
14
|
+
"drag-line",
|
|
15
|
+
"bezier-curve"
|
|
16
|
+
],
|
|
6
17
|
"license": "MIT",
|
|
7
|
-
"homepage": "https://github.
|
|
18
|
+
"homepage": "https://tem-man.github.io/power-link",
|
|
8
19
|
"repository": {
|
|
9
20
|
"type": "git",
|
|
10
21
|
"url": "git+https://github.com/Tem-man/power-link.git"
|