PS: Is it not a research kind of question! I have been trying to do this from very long time. I am trying to make web based an image editor where user can select multiple cropping area and after selection save/download all the image area. like below. As of now I discovered two libraries 1.Cropper.JS where is only single selection
Tag: cropperjs
react-cropper URL insanely long
I’m trying to save cropped images using react-cropper. It seems to work as intended, but the URL that gets saved is crazy long. The console log of the data package alone is often over 100kb, and that’s just a data URL. When I console log (and send to a DB) I store a value that starts with data:image/png;base64,iVBORw0… and then