Hacker News new | ask | show | jobs
by hansolo669 3985 days ago
You can save out a <canvas> to png quite easily: canvas.toDataURL();
1 comments

Oh, yes, but it's not a vector format, which means you can't make high quality vector drawings that the user can export with it.