optimage-better

0.2.2 • Public • Published

node-optimage

Image optimizer, PNG, JPEG and GIF image compress on OS X, Linux, FreeBSD and Windows.

Install

Install with NPM: npm install --save optimage

Example usage

var optimage = require('optimage');
 
optimage({
    inputFile: "test.png",
    outputFile: "test.min.png"
  }, function(err, res){
    // res.inputFile
    // res.outputFile
    // res.saved
});

License

MIT.

Dependencies (3)

Dev Dependencies (1)

Package Sidebar

Install

npm i optimage-better

Weekly Downloads

0

Version

0.2.2

License

none

Last publish

Collaborators

  • paulbgd