Package Exports
- shrink-img
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shrink-img) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
shrink-img
Installation
npm install shrink-imgUsage
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