Skip to content

optipng bin-wrapper that makes it seamlessly available as a local dependency

License

Notifications You must be signed in to change notification settings

kraxnet/optipng-bin

 
 

Repository files navigation

optipng-bin Build Status

OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information.

Install

$ npm install --save optipng-bin

Usage

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

execFile(optipng, ['-out', 'output.png', 'input.png'], function (err) {
	console.log('Image minified!');
});

CLI

$ npm install --global optipng-bin
$ optipng --help

License

MIT © imagemin

About

optipng bin-wrapper that makes it seamlessly available as a local dependency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%