AdamRisberg / react-image-magnifiers

A collection of responsive, image magnifying React components for mouse and touch.
MIT License
347 stars 60 forks source link

Can i use not fileUrl src? #71

Open etomarat opened 2 years ago

etomarat commented 2 years ago

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?