I am working on a web project using Node.js, HTML5, CSS5 and Jquery. I need to get an image from the server using a URL (eg. address.com/image.jpg) as Base64 image data for zipping using JSZip.
Can anyone tell me how to get the url image as base64 image data? Thanks in advance!