Is there any way I can pass in an Image blob?
Closed this issue · 3 comments
JoeyFenny commented
Is there any way I can pass in an Image blob as the source instead of a url?
I get error "could not download image"
osamaqarem commented
Hey. Currently it only supports URLs. That's the error you're seeing.
Might take a look into extending the API this weekend.
osamaqarem commented
Not sure this is your exact use case, but with version 1.2.0
you can now pass local image files that you load with require(...)
.
osamaqarem commented
Closing due to no response.