UNPKG

ngx-image-cropper

Version:
9 lines (8 loc) 250 B
import { OutputFormat } from './cropper-options.interface'; export interface LoadImageOptions { format?: OutputFormat; checkImageType?: boolean; canvasRotation?: number; containWithinAspectRatio?: boolean; aspectRatio?: number; }