SVGOMG is SVGO's Missing GUI, aiming to expose the majority, if not all the configuration options of SVGO.
It's early days for this project, so it's missing important features such as code output view & detailed options for each plugin. Check out the issues to see what's planned, or suggest ideas of your own!
Install dependencies:
npm install
Run dev server:
npm run serve
Or, run without the offline capabilities:
npm run serve-no-sw
Running without offline capabilities means you get the latest version each time you hit refresh. The dist offline-first mobile serves the cached version first then checks for updates in the background.