Skip to content

Alex313031/svgomg

 
 

Repository files navigation

SVGOMG!

SVGOMG is SVGO's Missing GUI, aiming to expose the majority, if not all, the configuration options of SVGO.

Feature requests

Check out the issues to see what's planned, or suggest ideas of your own!

Running locally

  • Requires Nodejs 14 or 16

Install dependencies:

npm install

Run dev server:

npm run dev

Clean node_modules and build artifacts:

npm run clean