Is there any way I could turn HTML into an image?
Let's say I made a barcode with HTML and CSS, is there a way I could save it as an image using JavaScript?
For example: Save anything inside #saveImage as an image.
<div id="saveImage">Save this text as an image</div>