I want to put on my site the option of downloading some data from a form as an image. In my current code I transform the content into image, but it is printed in HTML.
Here is the simplified code in JsFiddle: link
All I need now is for this generated image to be automatically downloaded by clicking on "GENERATE", and it will not appear in html!
Can you help me?