You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.. | ||
lib | 5 months ago | |
vendor/source | 5 months ago | |
cli.js | 5 months ago | |
index.js | 5 months ago | |
license | 5 months ago | |
package.json | 5 months ago | |
readme.md | 5 months ago |
readme.md
mozjpeg-bin 
mozjpeg is a production-quality JPEG encoder that improves compression while maintaining compatibility with the vast majority of deployed decoders
You probably want imagemin-mozjpeg
instead.
Install
$ npm install mozjpeg
Usage
const {execFile} = require('child_process');
const mozjpeg = require('mozjpeg');
execFile(mozjpeg, ['-outfile', 'output.jpg', 'input.jpg'], err => {
console.log('Image minified!');
});
CLI
$ npm install --global mozjpeg
$ mozjpeg --help
License
MIT © Imagemin