aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.