/p5.js-svg

SVG runtime for p5.js.

Primary LanguageJavaScriptGNU Lesser General Public License v2.1LGPL-2.1

p5.js-svg

Build Status Coverage Status

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.

Docs

For Contributor

To build

npm run build

Make sure you have bash, eslint, browserify and jsdoc installed.

To run unit test

npm test

Make sure you have karma installed.

License

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