In this video tutorial, I'll show you some code that loads images using the src attribute of the Image object. I'll also show you how to use XMLHttpRequest to load an image's byte array and convert it into a base64 string, which can be used to create an image.
Check out the source code here: https://github.com/pothonprogramming/...
Check out the working example here: https://pothonprogramming.github.io/c...
Thanks for watching!