UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

7 lines (6 loc) 170 B
import { CropperState } from "../types/index"; declare function defaultPosition(state: CropperState): { left: number; top: number; }; export { defaultPosition };