#images
Read more stories on Hashnode
Articles with this tag
First we have to Load the image as blob via XMLHttpRequest or fetch() and use the FileReader API ( readAsDataURL() ) to convert it to a dataURL: This...