UNPKG

@yireen/squoosh-browser

Version:

An image compression tool run in browser while @squoosh/lib can not.

4 lines (3 loc) 234 B
import { Options as ResizeOptions } from '../shared/meta'; import type { SourceImage } from '../../../../client/lazy-app/Compress'; export declare function resizeImage(source: SourceImage, options: ResizeOptions): Promise<ImageData>;