mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Resize working
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import * as __wbg_star0 from 'env';
|
||||
|
||||
let wasm;
|
||||
|
||||
let cachegetUint8Memory0 = null;
|
||||
@@ -113,7 +111,6 @@ async function init(input) {
|
||||
input = import.meta.url.replace(/\.js$/, '_bg.wasm');
|
||||
}
|
||||
const imports = {};
|
||||
imports['env'] = __wbg_star0;
|
||||
|
||||
if (
|
||||
typeof input === 'string' ||
|
||||
|
||||
Reference in New Issue
Block a user