-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base64 encoded image support #73
Comments
write it to ram using the |
As mentioned previously by @maxcr, this can be worked around for now. I'll still mark as feature to support this in the future, however |
Would be awesome. With base64 support, this could run on react native too |
Since this can easily be solved in application code (as explained above), maybe it could be closed? (or moved to discussions, though you'd have to enable that for this repo first). By closing some old issues we reduce the list of open issues to a more manageable set. Many open-source projects expand their scope too much, and become difficult to maintain. It's usually better to keep the scope smaller, making it easier to maintain. |
It's notable that this no longer works since Vibrant takes only an image source as the argument, and not an |
Is there a way to read from a base64 encoded image string?
The text was updated successfully, but these errors were encountered: