UNPKG

p5.plotsvg

Version:

A Plotter-Oriented SVG Exporter for p5.js

18 lines (17 loc) 634 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>p5.plotSvg Hello Static Example</title> <meta name="description" content="p5.plotSvg Hello Static 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>Saves an SVG when the sketch is loaded.</p> </body> </html>