infinity-forge
Version:
5 lines (4 loc) • 405 B
TypeScript
import { FileSystemType } from '../../../../../../../ui/index.js';
import { DisplayCropArea } from '../shared/types.js';
export declare function getCropPreview(file: FileSystemType, cropArea: DisplayCropArea, maxSize?: number): Promise<string>;
export declare function applyCrop(file: FileSystemType, cropArea: DisplayCropArea, format?: 'png' | 'jpg' | 'webp', quality?: number): Promise<FileSystemType>;