node-optimage

0.2.9 • 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.

Readme

Keywords

Package Sidebar

Install

npm i node-optimage

Weekly Downloads

16

Version

0.2.9

License

none

Unpacked Size

113 kB

Total Files

6

Last publish

Collaborators

  • agrublev