I want to populate an image with a uri. I request the image from the server and it returns a BLOB.
BLOB when displayed to console:
I then convert the B
After you have received the blob:
let imageUri = "data:image/png;base64," + blob;