mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
* Scaling works on native * It works in wasm * Integrate with UI * Remove benchmark * Integrate Hqx into Resizer module * Link against repo for hqx * Remove unused defaultOpts * Re-add test file * Adding size dropdown * Chrome: go and sit on the naughty step * Better docs * Review * Add link to crbug * Update src/codecs/processor-worker/index.ts Co-Authored-By: Jake Archibald <jaffathecake@gmail.com> * Terminate worker inbetween resize jobs
7 lines
331 B
TypeScript
7 lines
331 B
TypeScript
/* tslint:disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export function resize(a: number, b: number, c: number, d: number, e: number, f: number): void;
|
|
export function __wbindgen_global_argument_ptr(): number;
|
|
export function __wbindgen_malloc(a: number): number;
|
|
export function __wbindgen_free(a: number, b: number): void;
|