Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/svgize
https://github.com/avaer/svgize
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avaer/svgize
- Owner: avaer
- Created: 2017-06-24T08:34:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T09:06:26.000Z (over 7 years ago)
- Last Synced: 2024-10-30T10:12:59.938Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svgize
```
const svgize = require('svgize');const imageData = // ...
const svgString = svgize.imageDataToSvg(imageData); // ''
```