1.0.1 • Published 6 years ago
pngmin-cli v1.0.1
pngmin-cli
A piping CLI for optimizing PNG images
You put a PNG in and get a smaller PNG out. It's that simple.
npx pngmin-cli < original.png > optimized.pngThis 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.