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
getImage returns the original image ignoring scale and crop/position.
getImage
getImageScaledToCanvas returns the original image scaled down to the canvas dimensions, again ignoring both scale and crop/position.
getImageScaledToCanvas
I'm working through a hacky approach to generate the cropped image client-side. Isn't there an easy way to provide this via the current API?
The text was updated successfully, but these errors were encountered:
For anything beyond a baseline use case, use react-advanced-cropper.
This library is full of bugs if advanced features like scaling or cropping are used.
Sorry, something went wrong.
No branches or pull requests
getImage
returns the original image ignoring scale and crop/position.getImageScaledToCanvas
returns the original image scaled down to the canvas dimensions, again ignoring both scale and crop/position.I'm working through a hacky approach to generate the cropped image client-side. Isn't there an easy way to provide this via the current API?
The text was updated successfully, but these errors were encountered: