MCPcopy
hub / github.com/GoogleChromeLabs/squoosh / WebPModule

Interface WebPModule

codecs/webp/dec/webp_dec.d.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface WebPModule extends EmscriptenWasm.Module {
2 decode(data: BufferSource): ImageData | null;
3}
4
5export default function(opts: EmscriptenWasm.ModuleOpts): WebPModule;

Callers 8

decodeImageFunction · 0.65
decodeFunction · 0.65
decodeFunction · 0.65
maFunction · 0.65
webp_dec.jsFile · 0.65
naFunction · 0.65
webp_enc.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected