Hacker News new | ask | show | jobs
by questionto 1678 days ago
there is no way to export the canvas. why ?
2 comments

There is Edit > Copy As SVG

Not an intuitive location (I was expecting it in File > Save As), but its there.

Export is coming, still working out a strategy there. It's a bit trickier because we're not using the HMTL Canvas API, but instead rendering regular DOM elements. Might need to be something on the server side, similar to what I've done before with dynamic social media images.