Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avaer/svgize


https://github.com/avaer/svgize

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# svgize

```
const svgize = require('svgize');

const imageData = // ...
const svgString = svgize.imageDataToSvg(imageData); // ''
```