Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.56 KB

README.EN.md

File metadata and controls

57 lines (40 loc) · 1.56 KB

Image Watermark Tool

Image Watermark Tool is an open-source project that allows users to add watermarks to their images (such as ID cards, driver's licenses, passports, etc.) on their local devices without any network connection. It also features easy one-click website deployment functionality.

👉 Image Watermark Tool

简体中文 | English

Quick Start

Deploy on Vercel

Deploy with Vercel

Manually Deploy on Vercel

1. Fork this project
2. On the [Vercel] website, click [New Project]
3. Click [Import Git Repository] and select your forked project, then click [import]
4. Click [Deploy] and wait for the deployment to complete

1. Clone the Project

git clone https://github.com/unilei/image-watermark-tool.git

2. Install Dependencies

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

3. Run in the Browser

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

4. Open in Browser http://localhost:3001

success_deploy.jpg

How to Deploy to Your Own Server? NUXT.JS Packaging and Deployment Documentation

Deployment Documentation