UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

5 lines (4 loc) 226 B
import { Boundary, Size } from "../types/index"; declare function fitBoundary(boundary: HTMLElement, size: Size): Boundary; declare function fillBoundary(boundary: HTMLElement): Boundary; export { fitBoundary, fillBoundary };