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

https://github.com/chrisru/osvg

🖼️ Optimize SVGs with SVGO in your web browser
https://github.com/chrisru/osvg

gui image minification react svg svgo typescript web

Last synced: about 1 year ago
JSON representation

🖼️ Optimize SVGs with SVGO in your web browser

Awesome Lists containing this project

README

          

# osvg

[![Netlify Status](https://api.netlify.com/api/v1/badges/c373035d-35a7-4991-a8cd-8773860b675d/deploy-status)](https://app.netlify.com/sites/osvg/deploys)

![Screenshot of User Interface](./public/screenshot.png)

A GUI for optimizing your SVGs online using [SVGO](https://github.com/svg/svgo).

Try it out at: https://osvg.netlify.app

## Setup

1. Clone the repo.
2. Run `npm install` to install the dependencies
3. Run `npm start` to start the development server

(the o stands for optimize)