|
|
|
|
|
by mcphage
1348 days ago
|
|
Another tool for doing this is https://github.com/mattdesl/canvas-sketch ... for example, check out https://github.com/mattdesl/canvas-sketch/blob/master/exampl... from its examples. What you do is, run the script, and then hit Command-S (at least on a mac), and it'll save a screenshot and an SVG into your downloads folder. You can then send the SVG to your plotter however it is you do that. It doesn't require p5.js, but does play nicely with it. And you can use it with Typescript, too—although that's still rough around the edges. |
|