import Cropper from 'react-easy-crop' class App extends React.Component { state = { image: 'your-image-url or as base64', crop: { x: 0, ...
確定! 回上一頁