forked from external-repos/squoosh
Still not perfect due to usage of a static global, but this is much cleaner and more efficient thanks to proper blocking of Workers that wait for new messages instead of a manual spin-loop.
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "squoosh-oxipng",
|
|
"collaborators": [
|
|
"Ingvar Stepanyan <me@rreverser.com>"
|
|
],
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"squoosh_oxipng_bg.wasm",
|
|
"squoosh_oxipng.js",
|
|
"squoosh_oxipng.d.ts"
|
|
],
|
|
"module": "squoosh_oxipng.js",
|
|
"types": "squoosh_oxipng.d.ts",
|
|
"sideEffects": false
|
|
} |