UNPKG

react-mobile-cropper

Version:

The react mobile cropper inspired by Android mobile croppers

6 lines (5 loc) 288 B
export type { CropperRef } from 'react-advanced-cropper'; export { CircleStencil, RectangleStencil } from 'react-advanced-cropper'; export { Navigation } from './components/Navigation'; export { RotateComponent } from './components/RotateComponent'; export * from './components/Cropper';