Home > OS >  Get cropped image in react?
Get cropped image in react?

Time:12-02

How to get cropped image through "react-easy-crop" without download, only get and post to backend as image not canvas in React. example

CodePudding user response:

If I understand your question correctly, then this example should solve your problem: https://codesandbox.io/s/q8q1mnr01w

  • Related