Command line tool for compressing images using the TinyPNG API
Download the binary from the release page
Or use cargo
to install
bash
cargo install tinypng
Register a KEY using your email at link
Set TinyPNG API KEY
```sh
tinypng -k
```
```sh tinypng ./test.png
tinypng './images/**.png' ```