Learn how to export your p5.js drawings as SVG using the SVG Export addon.
In this video, we introduce two simple APIs:
buildShape() — records a drawing into a reusable shape.
saveSVG() — exports the recorded shape as an SVG file.
Together, these APIs provide a simple way to capture p5.js drawing commands and generate scalable vector graphics.
🔗 SVG Export Addon: https://github.com/VANSH3104/p5.SVG.js
This work is part of my GSoC 2026 project with the Processing Foundation.