jpgo

0.0.1 • Public • Published

jpgo

About

Optimize JPG images.

Build Status NPM version Dependency Status devDependency Status

Usage

as Node.js module

var JPGO = require('jpgo');
var jpgo = new JPGO('target.jpg');
jpgo.optimize(functoion (error, data) {
  if (error) {
    throw error;
  }
  console.log(data);
});

Command line

$ jpgo target.jpg

License

MIT

Package Sidebar

Install

npm i jpgo

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • 1000ch