0.1.2 • Published 9 years ago

compng v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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 compng

Requirements

Example

Before compng

~/pngs
  - img1.png
  - img2.png

After compng ~/pngs

~/pngs/
  img1.png
  img2.png
  compressed/
    img1.png
    img2.png 
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago