power-link 0.0.9 → 0.1.0
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 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,8 +7,6 @@ A pure JavaScript visual node connector for creating draggable connections betwe
|
|
|
7
7
|
|
|
8
8
|

|
|
9
9
|
|
|
10
|
-

|
|
11
|
-
|
|
12
10
|
### 📹 Demo Video
|
|
13
11
|
|
|
14
12
|
<video width="100%" controls>
|
|
@@ -669,18 +667,14 @@ const connector = new Connector({
|
|
|
669
667
|
|
|
670
668
|
MIT License
|
|
671
669
|
|
|
672
|
-
##
|
|
670
|
+
## 🌟 Show Your Support
|
|
673
671
|
|
|
674
|
-
|
|
672
|
+
Give a ⭐️ on [GitHub](https://github.com/Tem-man/power-link) if this project helped you!
|
|
675
673
|
|
|
676
|
-
##
|
|
674
|
+
## 🤝 Contributing
|
|
677
675
|
|
|
678
676
|
If you have any questions or need help, please open an issue on GitHub.
|
|
679
677
|
|
|
680
|
-
## 🌟 Show Your Support
|
|
681
|
-
|
|
682
|
-
Give a ⭐️ if this project helped you!
|
|
683
|
-
|
|
684
678
|
---
|
|
685
679
|
|
|
686
680
|
Made with ❤️ by the power-link team
|
package/package.json
CHANGED