backoffice/node_modules/advpng-bin
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
lib first commit 2020-02-06 10:09:39 +00:00
vendor first commit 2020-02-06 10:09:39 +00:00
cli.js first commit 2020-02-06 10:09:39 +00:00
index.js first commit 2020-02-06 10:09:39 +00:00
license first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00:00
readme.md first commit 2020-02-06 10:09:39 +00:00

readme.md

advpng-bin Build Status

The main purpose of this utility is to recompress png files to get the smallest possible size

Install

$ npm install --save advpng-bin

Usage

var execFile = require('child_process').execFile;
var advpng = require('advpng-bin');

execFile(advpng, ['--recompress', '--shrink-extra', 'image.png'], function (err) {
	console.log('Image minified!');
});

CLI

$ npm install --global advpng-bin
$ advpng --help

License

MIT © imagemin