@jsquash/jxl
Version:
Wasm JPEG XL encoder and decoder supporting the browser. Repackaged from Squoosh App.
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "@jsquash/jxl",
"version": "1.3.0",
"main": "index.js",
"description": "Wasm JPEG XL encoder and decoder supporting the browser. Repackaged from Squoosh App.",
"repository": "jamsinclair/jSquash",
"author": {
"name": "Jamie Sinclair",
"email": "jamsinclairnz+npm@gmail.com"
},
"keywords": [
"image",
"optimisation",
"optimization",
"squoosh",
"wasm",
"webassembly",
"jpegxl",
"jpeg xl",
"jxl"
],
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf dist",
"build:codec": "cd codec && npm run build",
"build": "npm run clean && tsc && cp -r codec package.json README.md CHANGELOG.md *.d.ts .npmignore ../../LICENSE dist",
"prepublishOnly": "[[ \"$PWD\" == *'/dist' ]] && exit 0 || (echo 'Please run npm publish from the dist directory' && exit 1)"
},
"dependencies": {
"wasm-feature-detect": "^1.5.1"
},
"devDependencies": {
"@types/node": "^20.9.2",
"typescript": "^4.4.4"
},
"type": "module",
"sideEffects": false
}