We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have been doing some testing and noticed some weird behaviour. I am calling a function on "on-load-done" to know when my image has been processed.
Once that completes i realize that the blob is not fully loaded. The blob loads in 2 steps first a small black image and then the final cropped image.
This is a problem because if i trigger a save of the image too quickly i receive the intermediary black blob.
Attached is the console output once the "on-load-done" function has triggered
The text was updated successfully, but these errors were encountered:
I need to check that.
Sorry, something went wrong.
No branches or pull requests
Hello,
I have been doing some testing and noticed some weird behaviour. I am calling a function on "on-load-done" to know when my image has been processed.
Once that completes i realize that the blob is not fully loaded. The blob loads in 2 steps first a small black image and then the final cropped image.
This is a problem because if i trigger a save of the image too quickly i receive the intermediary black blob.
Attached is the console output once the "on-load-done" function has triggered
The text was updated successfully, but these errors were encountered: