Reduce file size of all pngs in a folder (2024-11, via squoosh-cli):
> npx @squoosh/cli
> export NODE_OPTIONS='--no-experimental-fetch'
> find . -name "*.png" -exec bash -c 'file="{}"; npx @squoosh/cli --oxipng auto "$file"' \;

Comments