UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

5 lines (4 loc) 319 B
import { CoreSettings, CropperState, InitializedCropperState } from "../types/index"; declare function fitVisibleArea(state: InitializedCropperState, settings: CoreSettings): InitializedCropperState; declare function fitVisibleArea(state: CropperState, settings: CoreSettings): CropperState; export { fitVisibleArea };