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

https://github.com/imshvc/svg

Personal Collection of SVG Glyphs
https://github.com/imshvc/svg

Last synced: 3 months ago
JSON representation

Personal Collection of SVG Glyphs

Awesome Lists containing this project

README

        

# imshvc/svg

Personal collection of SVG glyphs.

## Transforming bitmaps into vector graphics

[See potrace](https://potrace.sourceforge.net/).

Example command:

```text
potrace -s input.bmp -o output.svg
```