p5 + SVG Simple setup to generate drawings using svg.js and p5.js 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.