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: 2 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T08:14:11.000Z (4 months ago)
- Last Synced: 2024-10-29T15:05:06.250Z (4 months ago)
- Language: JavaScript
- Homepage: https://jakearchibald.github.io/svgomg/
- Size: 7.12 MB
- Stars: 5,795
- Watchers: 100
- Forks: 480
- Open Issues: 114
-
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
```