0

I have used react-image-crop (https://www.npmjs.com/package/react-image-crop) to crop the large image. I need to crop a 1920X726 size image. if I am giving this size for cropper it is adding blank canvas into the image.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

Incase not able to crop and image stuck

const pixelRatio = 0.5

instead of

const pixelRatio = window.devicePixelRatio
GMKHussain
  • 3,342
  • 1
  • 21
  • 19