UNPKG

p5.js-svg

Version:

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.

19 lines (18 loc) 374 B
{ "name": "p5.js-svg-webpack-example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "devDependencies": { "p5": "^1.4.1", "p5.js-svg": "^1.3.3", "webpack": "^5.97.1", "webpack-cli": "^4.8.0" } }