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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i shrink-img

    Weekly Downloads

    8

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • wenwu