Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BjornW/704498e3ff4ab973e982e255c4996d80 to your computer and use it in GitHub Desktop.
Save BjornW/704498e3ff4ab973e982e255c4996d80 to your computer and use it in GitHub Desktop.
Looking at svgo

After a bit of poking around svgo:

  1. in /usr/bin is a commandline node apps installed, which is more like a shell script calling node. E.g svgo
  2. libs used are installed in /usr/lib/node_modules, which are referenced from the svgo shell script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment