diff options
author | Ionică Bizău <bizauionica@yahoo.com> | 2014-12-28 11:32:21 +0200 |
---|---|---|
committer | Ionică Bizău <bizauionica@yahoo.com> | 2014-12-28 11:32:21 +0200 |
commit | aebdf519cd91d1dc36bed1e847eab15d12d41ad3 (patch) | |
tree | 4bf896ae522dd2bc6a265b3bcf9994889f9bf233 | |
parent | 7984a87786effaed2ed6e517c899cc68204e4e6b (diff) | |
download | svg.js-aebdf519cd91d1dc36bed1e847eab15d12d41ad3.tar.gz svg.js-aebdf519cd91d1dc36bed1e847eab15d12d41ad3.zip |
Added connectable plugin.
-rwxr-xr-x | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |