Build webp

This commit is contained in:
Surma
2024-08-07 18:48:23 +01:00
parent a0f9fea679
commit b5bd766a4e
37 changed files with 473 additions and 6253 deletions

View File

@@ -0,0 +1,7 @@
export interface WebPModule extends EmscriptenWasm.Module {
decode(data: BufferSource): ImageData | null;
}
declare var moduleFactory: EmscriptenWasm.ModuleFactory<WebPModule>;
export default moduleFactory;