aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-08 21:54:24 +0100
committerwout <wout@impinc.co.uk>2013-01-08 21:54:24 +0100
commit299f21e91c76b666d3e8e136806b0f256d579576 (patch)
tree3bac42c1d5a3190795a83402903a9af7f56e4434
parentbc75940ab0408c8b50a1cb5e3567f9155d53be01 (diff)
downloadsvg.js-299f21e91c76b666d3e8e136806b0f256d579576.tar.gz
svg.js-299f21e91c76b666d3e8e136806b0f256d579576.zip
Added plugins to readme
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b184c1c..648ca8e 100644
--- a/README.md
+++ b/README.md
@@ -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.