Image On HTML Canvas Can't Be Downloaded – Photoshop
I have HTML canvas and it work fine to display image. And I have this jquery code to download the image : $(".img-download").click(function(){ var data = canvas.toDataURL(); download.href = data; -- I tried this to download image, but PNG file…