一个能够在本地设备上为图片添加水印,并且图片不会被发送到任何服务器,所有操作都在本地浏览器完成的工具。非常适合保护您敏感证件(如身份证、驾照、护照等)
Go to file
2024-06-07 22:17:53 +08:00
assets change the github icon to be load locally 2024-04-15 15:58:32 +08:00
components/layout add image watermark tool 2024-03-10 09:51:52 +08:00
layouts add image watermark tool 2024-03-10 09:51:52 +08:00
pages fixed:倾斜角度 #7 2024-04-30 22:53:10 +08:00
public add image watermark tool 2024-03-10 09:51:52 +08:00
.gitignore add image watermark tool 2024-03-10 09:51:52 +08:00
.npmrc add image watermark tool 2024-03-10 09:51:52 +08:00
app.config.ts add image watermark tool 2024-03-10 09:51:52 +08:00
app.vue add image watermark tool 2024-03-10 09:51:52 +08:00
Dockerfile Create Dockerfile 2024-04-07 19:43:57 +08:00
LICENSE Create LICENSE 2024-05-06 09:26:51 +08:00
nuxt.config.ts 1. fixed the color picker bugs 2024-03-17 16:05:55 +08:00
package-lock.json changes:update the nuxt.js version 2024-06-07 22:17:53 +08:00
package.json changes:update the nuxt.js version 2024-06-07 22:17:53 +08:00
README.EN.md update readme.md 2024-03-25 15:41:21 +08:00
README.md Update README.md 2024-04-30 13:44:32 +08:00
tsconfig.json add image watermark tool 2024-03-10 09:51:52 +08:00
vercel.json add image watermark tool 2024-03-10 09:51:52 +08:00

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