Hello! Thanks a lot for your work on this project.
Can you please tell me if I can use blob object url (like window.URL.createObjectURL(blob)) or base64 png string as imageSrc? I tried, but it didn't work. The picture is not displayed. I generated a png blob programmatically and I don't have a file url. Can you help me please?
Hello! Thanks a lot for your work on this project. Can you please tell me if I can use blob object url (like
window.URL.createObjectURL(blob)
) or base64 png string asimageSrc
? I tried, but it didn't work. The picture is not displayed. I generated a png blob programmatically and I don't have a file url. Can you help me please?