mozjpeg-mirror

7.0.0 • Public • Published

mozjpeg-mirror

use https://npm.taobao.org/mirrors/mozjpeg-bin/ as downlaod source

mozjpeg-bin Build Status

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-mirror

Usage

const {execFile} = require('child_process');
const mozjpeg = require('mozjpeg-mirror');
 
execFile(mozjpeg, ['-outfile', 'output.jpg', 'input.jpg'], err => {
    console.log('Image minified!');
});

CLI

$ npm install --global mozjpeg-mirror
$ mozjpeg --help

License

MIT © Imagemin

Package Sidebar

Install

npm i mozjpeg-mirror

Weekly Downloads

1

Version

7.0.0

License

MIT

Unpacked Size

1.64 MB

Total Files

8

Last publish

Collaborators

  • littlee