https://github.com/ziv/imagify
https://github.com/ziv/imagify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziv/imagify
- Owner: ziv
- Created: 2024-01-25T12:29:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T17:45:56.000Z (almost 2 years ago)
- Last Synced: 2025-11-04T14:09:33.043Z (6 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 => {});
```