| className |
String |
|
additional css class of root dom node |
| getSpinContent |
Function() => React.Component |
|
spin content of Cropper |
| renderModal |
Function() => React.Component |
|
Modal Render of Component, you can pass any React Component to replace it. |
| locale |
'en-US' | 'zh-CN' |
|
i18n locale. |
| circle |
boolean |
false |
Croppe circle image or not. If true, you'll get a circle picture. Notice: transparent background *ONLY* supported in png file, croppe jpg file will get white background. |
| resizer |
function |
null |
Cropper support custom image resize function, e.g., you can use [pica](https://github.com/nodeca/pica) to down scale your picture more perfectly |