summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Ewerlöf <hanifbbz@gmail.com>2015-02-19 16:09:28 +0100
committerAlex Ewerlöf <hanifbbz@gmail.com>2015-02-19 16:09:28 +0100
commite7484c2821231c15f843b9723b620b950352cb3a (patch)
treebe8efeecefcdef6f003d6f1bd2ccbefc130c5e95
parent4f209322b942003f0392e4e23f677c161ba59b81 (diff)
parentaebdf519cd91d1dc36bed1e847eab15d12d41ad3 (diff)
downloadsvg.js-e7484c2821231c15f843b9723b620b950352cb3a.tar.gz
svg.js-e7484c2821231c15f843b9723b620b950352cb3a.zip
Merge pull request #303 from IonicaBizau/patch-1
Added connectable plugin.
-rwxr-xr-xREADME.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8066600..3a3269e 100755
--- a/README.md
+++ b/README.md
@@ -3113,6 +3113,9 @@ Here are a few nice plugins that are available for svg.js:
### draggable
[svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable.
+### connectable
+[svg.connectable.js](https://github.com/jillix/svg.connectable.js) to connect elements.
+
### easing
[svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations.