export type CompressionOptions = { targetSize: number; quality: number; maxWidth: number; maxHeight: number; maxUncompressedSize: number; };