diff options
author | Fuzzy <ulima.ums@googlemail.com> | 2015-02-23 20:13:46 +0100 |
---|---|---|
committer | Fuzzy <ulima.ums@googlemail.com> | 2015-02-23 20:13:46 +0100 |
commit | 02e88d9e4186bff0570b7cd05dd19ea9c6ed6dc8 (patch) | |
tree | 4c0c8b954abf554ae72fc083ceed2ddc0de78343 | |
parent | a4ad42e9fb0a9fd63a6e609083729f3060634462 (diff) | |
parent | 2f887f54a69032f5494273b4e1d9889311965da2 (diff) | |
download | svg.js-02e88d9e4186bff0570b7cd05dd19ea9c6ed6dc8.tar.gz svg.js-02e88d9e4186bff0570b7cd05dd19ea9c6ed6dc8.zip |
Merge pull request #327 from balint42/readme_update
Added comic.js to plugins section in README.md
-rwxr-xr-x | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3149,6 +3149,9 @@ Here are a few nice plugins that are available for svg.js: ### topath [svg.topath.js](https://github.com/wout/svg.topath.js) to convert any other shape to a path. +### comic +[comic.js](https://github.com/balint42/comic.js) to cartoonize any given svg. + ## Contributing All contributions are very welcome but please make sure you: |