The main goal of p5.SVG is to provide a SVG runtime for p5.js, so that we can draw using p5's powerful API in <svg>, save things to svg file and manipulating existing SVG file without rasterization.
npm run build
Make sure you have bash, eslint, browserify and jsdoc installed.
npm test
Make sure you have karma installed.
Licensed under LGPL.
This program incorporates work covered by the following copyright and permission notices:
-
canvas2svg
The MIT License (MIT) Copyright (c) 2014 Gliffy Inc.
-
svgcanvas
The MIT License (MIT) Copyright (c) 2015 Zeno Zeng