Skip to content

Simple setup to generate drawings using svg.js and p5.js

Notifications You must be signed in to change notification settings

piratefsh/svg-js

Repository files navigation

p5 + SVG

Simple setup to generate drawings using svg.js and p5.js

screenshot of p5/js and SVG renderings of an abstract drawing

Install

yarn

// or

npm install

Start server

yarn start

//or

npm run start

and visit http://localhost:8080

Usage

Add code to src/components/Drawing.js to draw! Only supports line and ellipse APIs for now.

About

Simple setup to generate drawings using svg.js and p5.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published