Skip to content

Instantly share code, notes, and snippets.

@sgnm
Created August 31, 2021 14:24
Show Gist options
  • Save sgnm/0b1803b14fe6af84cc3a77cc2a5be8b4 to your computer and use it in GitHub Desktop.
Save sgnm/0b1803b14fe6af84cc3a77cc2a5be8b4 to your computer and use it in GitHub Desktop.
Compress images
//compression
//png
pngquant --ext .png --force ./*.png
//jpg
jpegoptim --strip-all ./*.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment