diff options
author | wout <wout@impinc.co.uk> | 2013-01-08 21:54:24 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-08 21:54:24 +0100 |
commit | 299f21e91c76b666d3e8e136806b0f256d579576 (patch) | |
tree | 3bac42c1d5a3190795a83402903a9af7f56e4434 | |
parent | bc75940ab0408c8b50a1cb5e3567f9155d53be01 (diff) | |
download | svg.js-299f21e91c76b666d3e8e136806b0f256d579576.tar.gz svg.js-299f21e91c76b666d3e8e136806b0f256d579576.zip |
Added plugins to readme
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -658,6 +658,13 @@ SVG.extend(SVG.Doc, { }); ``` +## Plugins +Here are a few nice plugins that are available for svg.js: + +- [svg.shapes.js](https://github.com/wout/svg.shapes.js) for more polygon based shapes. +- [svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations. + + ## Building Starting out with the default distribution of svg.js is good. Although you might want to remove some modules to keep the size at minimum. |