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

https://github.com/ziv/imagify


https://github.com/ziv/imagify

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Imagify

DOM/Imaging utilities

```shell
npm install @xpr/imagify
```

Usage:
```typescript
import { domNodeToSvg } from 'imagify';

domNodeToSvg(document.querySelector('.example').then(svg => {});
```