Skip to content
Advertisement

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

Advertisement