Quick one: using download attribute on links to save Canvas as PNG
April 22nd, 2014One of the things I always liked about Firefox is that you can right-click any canvas and select “save image as”. Chrome and others don’t do that (well, Chrome doesn’t). Instead you need to get the image data, create a url and open a new tab or something in that order. One very simple way […]