UNPKG

@r1tsu/payload

Version:

8 lines 280 B
export declare const percentToPixel: (value: any, dimension: any) => number; export default function cropImage({ cropData, dimensions, file, sharp }: { cropData: any; dimensions: any; file: any; sharp: any; }): Promise<any>; //# sourceMappingURL=cropImage.d.ts.map