jpeg-min

0.0.1 • Public • Published

jpeg-min

jpeg-min is based on guetzli.

How to use?

var jpegmin = require('jpeg-min');
 
// The jpeg file will be compressed and replaced.
jpegmin('/path/to/my.jpg', function(err) {
    // ...
});

ATTENTION: By default, the jpeg file will be replaced with compressed one. So, if you wanna keep the original jpeg, make a copy before invoke jpeg-min.

/jpeg-min/

    Package Sidebar

    Install

    npm i jpeg-min

    Weekly Downloads

    1

    Version

    0.0.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • youngoat
    • youngoat.elite