-
Notifications
You must be signed in to change notification settings - Fork 242
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
get image blob without cropping #39
Comments
You don't need to make a crop, just call the cropper.clear().getCroppedCanvas().toBlob(function (blob) {
console.log(blob);
}); |
please more detail (or an exmple) , I put the photo-editor in iframe. how can I get the cropper as variable to do up answer? |
Just read the documentation of the Cropper.js: https://github.com/fengyuanchen/cropperjs |
hi any help please. |
hi
know I can get image as blob after make any crop to the image , but I want to take image as blob without cropping it.
Thanks
Maher
The text was updated successfully, but these errors were encountered: