advpng-bin
v7.0.0
Published
AdvPNG bin-wrapper that makes it seamlessly available as a local dependency
Downloads
2,401
Maintainers
Readme
advpng-bin 
The main purpose of this utility is to recompress png files to get the smallest possible size
You probably want imagemin-advpng instead.
Install
$ npm install --save advpng-binUsage
import {execFile} from 'node:child_process';
import advpng from 'advpng-bin';
execFile(advpng, ['--recompress', '--shrink-extra', 'image.png'], error => {
console.log('Image minified!');
});CLI
$ npm install --global advpng-bin$ advpng --help