Easy steps to install svgo package on Mac
Package Information:
Application Name – svgo
What is svgo – Node.js tool for optimizing SVG files. Contribute to svg/svgo development by creating an account on GitHub.
Use of svgo – Nodejs-based tool for optimizing SVG vector graphics files
URL – https://github.com/svg/svgo
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install svgo using brew
brew install svgo
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
svgo is ready to use now!