diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-05-28 00:14:48 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-05-28 00:14:48 +0200 |
commit | 73992b290275d5de10a9f4ea9c06a7bd7477abe6 (patch) | |
tree | 2f2185f36f9073a248ecb92744c18df25bac1c2b | |
parent | 6fa1fbf980f4e06b535dc651b85b7b2d9ddca53a (diff) | |
download | svg.js-73992b290275d5de10a9f4ea9c06a7bd7477abe6.tar.gz svg.js-73992b290275d5de10a9f4ea9c06a7bd7477abe6.zip |
added plugins to readme
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3182,6 +3182,14 @@ Here are a few nice plugins that are available for svg.js: ### comic [comic.js](https://github.com/balint42/comic.js) to cartoonize any given svg. +### draw +[svg.draw.js](https://github.com/fuzzyma/svg.draw.js) to draw elements with your mouse + +### select +[svg.select.js](https://github.com/fuzzyma/svg.select.js) to select elements + +### resize +[svg.resize.js](https://github.com/fuzzyma/svg.resize.js) to resize elements with your mouse ## Contributing All contributions are very welcome but please make sure you: |