SVGOMG is SVGO's Missing GUI, aiming to expose the majority, if not all, the configuration options of SVGO.
Check out the issues to see what's planned, or suggest ideas of your own!
- Requires Nodejs 14 or 16
Install dependencies:
npm installRun dev server:
npm run devClean node_modules and build artifacts:
npm run clean