0.1.2 • Published 10 years ago
compng v0.1.2
compng
Compress your png files automatically. Simply run compng and indicate a directory where your pngs live.
compng will find your png files, compress them with pngquant and save them in a directory with name compressed.
## Install
npm install --global compngRequirements
- pngquant installed and on your $PATH.
Example
Before compng
~/pngs
- img1.png
- img2.pngAfter compng ~/pngs
~/pngs/
img1.png
img2.png
compressed/
img1.png
img2.png