Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hugh888888/rm-mark


https://github.com/hugh888888/rm-mark

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Remove Watermark 去水印

基于 Vercel 的短视频去水印服务,支持抖音、快手、微视、小红书、微博、火山等短视频去水印。

使用 Vue3 + Nut-ui + Vite + Express + Vercel Serverless Functions,无需后端服务器,直接部署在 Vercel 上。

### One-Click Deploy

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/hugh888888/rm-mark.git)

### Clone and Deploy

```bash
git clone https://github.com/hugh888888/rm-mark.git
```

Install the Vercel CLI:

```bash
npm i -g vercel
```

Install package of the app:

```bash
pnpm install
```

Then run the app at the root of the repository:

```bash
vercel dev
```