Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugh888888/rm-mark
https://github.com/hugh888888/rm-mark
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugh888888/rm-mark
- Owner: hugh888888
- Created: 2024-06-05T09:11:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T07:20:44.000Z (5 months ago)
- Last Synced: 2024-06-20T19:59:09.581Z (5 months ago)
- Language: JavaScript
- Homepage: https://rm-mark.vercel.app
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```