UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

4 lines (3 loc) 212 B
import { CoreSettings, CropperState } from "../types/index"; declare function defaultVisibleArea(state: CropperState, settings: CoreSettings): import("../types/index").Coordinates; export { defaultVisibleArea };