gaastonsr / compng

Compress your png files automatically!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Compress your png files automatically!

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%