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
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
git clone https://github.com/unilei/image-watermark-tool.git
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev