mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
interface WP2Module extends EmscriptenWasm.Module {
|
|
decode(data: BufferSource): ImageData | null;
|
|
}
|
|
|
|
export default function(opts: EmscriptenWasm.ModuleOpts): Promise<WP2Module>;
|