compng

0.1.2 • Public • Published

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 

Readme

Keywords

none

Package Sidebar

Install

npm i compng

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • gaastonsr