Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakearchibald/svgomg
- Owner: jakearchibald
- License: mit
- Created: 2014-12-17T10:11:35.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T08:58:57.000Z (6 months ago)
- Last Synced: 2024-05-22T09:11:23.838Z (6 months ago)
- Language: JavaScript
- Homepage: https://jakearchibald.github.io/svgomg/
- Size: 6.46 MB
- Stars: 5,685
- Watchers: 101
- Forks: 465
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```