Keyang / svgomg

Web GUI for SVGO

Home Page:https://jakearchibald.github.io/svgomg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web GUI for SVGO

https://jakearchibald.github.io/svgomg/

License:MIT License


Languages

Language:JavaScript 62.9%Language:CSS 27.5%Language:HTML 9.5%