Skip to content

NotOrganization/svgomg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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!

Running locally

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • CSS 27.8%