UNPKG

jxl-wasm

Version:

WebAssembly-compiled JPEG XL command line tool for Node.js

10 lines (7 loc) 209 B
#!/usr/bin/env node "use strict"; if (!process.argv.includes("--num_threads")) { const threadCount = require("os").cpus().length; process.argv.push(`--num_threads`, threadCount); } require("./djxl.js");