You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in addition to a fixed cropper with imageRestriction={ImageRestriction.none}, I implemented a custom zoom slider to also zoom out of the image to create a black padding around it. When I use the cropper.getCanvas() function to save this image, the image gets moved because of negative coordinates. I provided 2 images at the bottom.
I looked up your implementation of the advanced-cropper canvas and saw that it gets cutted out. Is there a function, method, workaround to get save image like in the cropper preview?
Hello guys,
in addition to a fixed cropper with
imageRestriction={ImageRestriction.none}
, I implemented a custom zoom slider to also zoom out of the image to create a black padding around it. When I use thecropper.getCanvas()
function to save this image, the image gets moved because of negative coordinates. I provided 2 images at the bottom.I looked up your implementation of the advanced-cropper canvas and saw that it gets cutted out. Is there a function, method, workaround to get save image like in the cropper preview?
The text was updated successfully, but these errors were encountered: