UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

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