Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Unblur Photos with Fotor's AI Enlarger

Awesome Lists containing this project

README

        



EvanZhouDev Banner


Unblur Photos with Fotor

| Before | After |
| ------------------------------------- | ----------------------------------- |
| ![Before Unblur](./assets/before.png) | ![After Unblur](./assets/after.png) |

## 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");
```