shrink-img

0.1.2 • Public • Published

shrink-img

NPM version Dependency Status devDependency Status License

Installation

    npm install shrink-img

Usage

    const shrink = require('shrink-img');
 
    // Pass in a directory. It will recursively compress all png,jpg,gif images under this folder.
    // !! This will replace your original images, do back up if you needed.
    shrink('FolderPath', 'yourTinyPngAPIKey');
    shrink('.', 'ZgPDOUKtFZgPIiDOKtR');

You need to have a tinyPng API key before compress images. Go to apply: https://tinypng.com/developers

Package Sidebar

Install

npm i shrink-img

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • wenwu