Custom cropper

The custom cropper component is an exact copy of the <ReactCrop> component that we had to be included separately to apply styles on it. This is due to our CSS loading process which uses a hashed styleName prop instead of className like standard React.

Props

Refer to react-image-crop for all information.

Example usage

import { CustomCropper } from 'formula_one'

Importing CustomCropper from formula_one

Refer to react-image-crop for all information.