UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

9 lines (8 loc) 268 B
import { RawAspectRatio, Size, SizeRestrictions } from "../types/index"; declare function approximateSize(params: { width: number; height: number; sizeRestrictions?: SizeRestrictions; aspectRatio?: RawAspectRatio; }): Size; export { approximateSize };