UNPKG

p5.plotsvg

Version:

A Plotter-Oriented SVG Exporter for p5.js

18 lines (17 loc) 623 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>p5.plotSvg Hello Animating Example</title> <meta name="description" content="p5.plotSvg Hello Animating Example" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.10/p5.js" type="text/javascript"></script> <script src="../../lib/p5.plotSvg.js" type="text/javascript"></script> <style> body {padding: 0; margin: 0;} canvas {vertical-align: top;} </style> </head> <body> <main> </main> <script src="sketch.js" type="text/javascript"></script> <p>Press 's' to save SVG.</p> </body> </html>