1.0.1 • Published 4 years ago

pngmin-cli v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

pngmin-cli

A piping CLI for optimizing PNG images

travis npm-downloads npm-version

You put a PNG in and get a smaller PNG out. It's that simple.

npx pngmin-cli < original.png > optimized.png

This is a wrapper around the wonderful imagemin using pngquant. If you are already using those tools, this CLI will not give you better output. If you like dealing with images but hate dealing with files, this CLI is for you.