https://github.com/evanzhoudev/unblur-ai
Unblur Photos with Fotor's AI Enlarger
https://github.com/evanzhoudev/unblur-ai
ai images photos unblur
Last synced: 3 months ago
JSON representation
Unblur Photos with Fotor's AI Enlarger
- Host: GitHub
- URL: https://github.com/evanzhoudev/unblur-ai
- Owner: EvanZhouDev
- License: gpl-3.0
- Created: 2023-07-07T02:49:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T04:57:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T13:42:15.962Z (about 1 year ago)
- Topics: ai, images, photos, unblur
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unblur-ai
- Size: 6.09 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

Unblur Photos with Fotor
| Before | After |
| ------------------------------------- | ----------------------------------- |
|  |  |
## Usage
Use in 2 easy steps:
### 1. Download
With `pnpm`:
```bash
pnpm add unblur-ai
```
With `npm`:
```bash
npm i unblur-ai
```
### 2. Use
```javascript
import unblur from "unblur-ai";
unblur("./path/to/original.png", "./path/to/destination");
```