UNPKG

@yireen/squoosh-browser

Version:

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

3 lines (2 loc) 155 B
import type { WorkerResizeOptions } from '../shared/meta'; export default function resize(data: ImageData, opts: WorkerResizeOptions): Promise<ImageData>;