Skip to content

Instantly share code, notes, and snippets.

@bartek5186
Last active October 30, 2018 15:53
Show Gist options
  • Save bartek5186/4da83970d2cbbabc7bbd2c89d05bb4ec to your computer and use it in GitHub Desktop.
Save bartek5186/4da83970d2cbbabc7bbd2c89d05bb4ec to your computer and use it in GitHub Desktop.
Image Optimizer Ubuntu JPEG PNG SVG GIF
sudo apt-get install jpegoptim
sudo apt-get install optipng
sudo apt-get install pngquant
sudo npm install -g svgo
sudo apt-get install gifsicle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment