mirror of
https://github.com/unilei/image-watermark-tool.git
synced 2024-11-25 16:28:49 +08:00
一个能够在本地设备上为图片添加水印,并且图片不会被发送到任何服务器,所有操作都在本地浏览器完成的工具。非常适合保护您敏感证件(如身份证、驾照、护照等)
assets | ||
components/layout | ||
layouts | ||
pages | ||
public | ||
.gitignore | ||
.npmrc | ||
app.config.ts | ||
app.vue | ||
Dockerfile | ||
LICENSE | ||
nuxt.config.ts | ||
package-lock.json | ||
package.json | ||
README.EN.md | ||
README.md | ||
tsconfig.json | ||
vercel.json |
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.
简体中文 | English
Quick Start
Deploy on 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