mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
This delegates loading of Wasm modules to Webpack itself, making wrapper code simpler. Emscripten-generated modules are still using custom loading glue as they're not compatible with Webpack.
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"name": "squooshhqx",
|
|
"collaborators": [
|
|
"Surma <surma@surma.link>"
|
|
],
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"squooshhqx_bg.wasm",
|
|
"squooshhqx.js",
|
|
"squooshhqx.d.ts"
|
|
],
|
|
"module": "squooshhqx.js",
|
|
"types": "squooshhqx.d.ts",
|
|
"sideEffects": "false"
|
|
} |