`pngquant` wrapper that makes it seamlessly
npm install @mole-inc/pngquant-bin> pngquant is a PNG compressor that significantly reduces file sizes by converting images to a more efficient 8-bit PNG format
You probably want imagemin-pngquant instead.


```
$ npm install @mole-inc/pngquant-bin
`js
import {execFile} from 'child_process';
import {pngquantBin} from '@mole-inc/pngquant-bin';
execFile(pngquantBin.path, ['-o', 'output.png', 'input.png'], err => {
console.log('Image minified!');
});
`
``
$ npm install --global @mole-inc/pngquant-bin
``
$ pngquant --help
The Linux binaries are statically linked so they should work on all Linux distributions. To recompile them:
1. sudo apt-get install libpng-dev./configure CFLAGS=-static && make && cp pngquant pngquant-64
2. pwd`:/source i386/debian:9.3 bash
3. Repeat the above commands, but in a 32-bin docker container started with: docker run -ti -v
This is a fork of imagemin/pngquant-bin licensed under the GPL v3.
see license file.
pngquant is licensed under the GPL v3.