Files
squoosh/codecs/hqx/package.json
2020-05-13 19:39:27 +01:00

8 lines
161 B
JSON

{
"name": "hqx",
"scripts": {
"build:image": "docker build -t squoosh-hqx .",
"build": "docker run --rm -v $(pwd):/src squoosh-hqx ./build.sh"
}
}