Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakearchibald/svgomg

Web GUI for SVGO
https://github.com/jakearchibald/svgomg

Last synced: 28 days ago
JSON representation

Web GUI for SVGO

Awesome Lists containing this project

README

        

# SVGOMG!

[SVGOMG](https://jakearchibald.github.io/svgomg/) is **[SVGO](https://github.com/svg/svgo)**'s **M**issing **G**UI, aiming to expose the majority, if not all the configuration options of SVGO.

## Feature requests

[Check out the issues](https://github.com/jakearchibald/svgomg/issues) to see what's planned, or suggest ideas of your own!

## Running locally

Install dependencies:

```sh
npm install
```

Run dev server:

```sh
npm run dev
```