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
Within the documentation, I did not see it mentioned that there is the ability to retrieve data about the loaded image:
macyInstance.runOnImageLoad(function (image) { console.log(image.data.img); macyInstance.recalculate(true); }, true);
It would be good to let people know this option is possible.
The text was updated successfully, but these errors were encountered:
Hey @kakposoe
Thanks for pointing this out. In previous versions, runOnImageLoad never passed the image to callback, I'll update the README
Sorry, something went wrong.
@jrmd Thanks for clearing up and thank you for your work on this.
b81520c
No branches or pull requests
Within the documentation, I did not see it mentioned that there is the ability to retrieve data about the loaded image:
It would be good to let people know this option is possible.
The text was updated successfully, but these errors were encountered: