react-advanced-cropper
Version:
The react cropper library that gives the possibility to create croppers exactly suited for your website design
4 lines (3 loc) • 330 B
TypeScript
import { CoreSettings, CropperState, PostprocessAction } from 'advanced-cropper';
export declare function hybridStencilAutoZoomAlgorithm(state: CropperState, settings: CoreSettings): CropperState;
export declare function hybridStencilAutoZoom(state: CropperState, settings: CoreSettings, action: PostprocessAction): CropperState;