Rename resize package

Without this, it was creating files in `pkg` prefixed with `squooshresize`, which were ignored by Git.
This commit is contained in:
Ingvar Stepanyan
2019-08-02 14:44:47 +01:00
parent 0a2a4122dc
commit 68177b7590
5 changed files with 80 additions and 89 deletions

View File

@@ -1,6 +1,5 @@
/* tslint:disable */
export const memory: WebAssembly.Memory;
export function __wbindgen_global_argument_ptr(): number;
export function __wbindgen_malloc(a: number): number;
export function __wbindgen_free(a: number, b: number): void;
export function resize(a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number): void;