⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Image optimizer, PNG, JPEG and GIFimage compress on OS X, Linux, FreeBSD and Windows

License

Notifications You must be signed in to change notification settings

yuanyan/node-optimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Image optimizer, PNG, JPEG and GIFimage compress on OS X, Linux, FreeBSD and Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •