Vanilla JavaScript save canvas as an image
Yesterday we got started on our basic canvas course. Thinking about the project I want to do, I need to export the canvas as an image. So how do we convert the canvas to an image? There are actually two ways of doing this, and we will explore both. S...
Sep 15, 20202 min read284

