Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://jakearchibald.github.io/svgomg/
Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
Last synced: 3 months ago
JSON representation
Web GUI for SVGO
- Host: GitHub
- URL: https://jakearchibald.github.io/svgomg/
- Owner: jakearchibald
- License: mit
- Created: 2014-12-17T10:11:35.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T08:58:57.000Z (8 months ago)
- Last Synced: 2024-05-22T09:11:23.838Z (8 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
- Front-End-Checklist - SVGOMG - based GUI version of SVGO for optimising your svgs online. (Images / Best practices)
- Front-End-Checklist - SVGOMG - based GUI version of SVGO for optimising your svgs online. (Images / Best practices)
- awesome-pwa - SVGOMG
- awesome-devtools - SVGOMG - Try [SVGO](https://github.com/svg/svgo) (SVG Optimizer) in the browser! (Web-based Tools / Image)
- awesome-web-dev-resources - svgomg
- awesome-pwa - SVGOMG
- awesome-fe-resources - SVGOMG - SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files. SVGOMG is SVGO's Missing GUI. (Table of Contents / Optimization)
- awesome-web - SVGOMG
- awesome-random-stuff - SVGOMG - Optimize SVGS. SVGO's Missing GUI. (Uncategorized / Uncategorized)
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
```