-
Notifications
You must be signed in to change notification settings - Fork 6
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
Image persistence does not work #11
Comments
@codeswhite can you give me some info about what env did you test? (e.g. os, browser, etc.) |
I was getting this error: It turns out the image was apparently too big (4.4 MB). After looking into it: I suggest to change the 5MB soft limit to something lower, for example: |
gosh thanks for suggestion I'll deal with it btw it would be nicer to store image into somewhere else (like IndexedDB) |
My quick and dirty suggestion would be to compress the image. I mean its blured anyway so you could probably get away with it. |
@spj2401Dev But like @async3619 said, IndexedDB would be a better solution |
No description provided.
The text was updated successfully, but these errors were encountered: