https://github.com/jacoblincool/watermark-app
Quickly and securely add watermark to your images. All operations are done in your browser and the data never leaves your device. You can also customize the size and transparency of the watermark.
https://github.com/jacoblincool/watermark-app
image-processing watermark webapp
Last synced: about 1 year ago
JSON representation
Quickly and securely add watermark to your images. All operations are done in your browser and the data never leaves your device. You can also customize the size and transparency of the watermark.
- Host: GitHub
- URL: https://github.com/jacoblincool/watermark-app
- Owner: JacobLinCool
- License: mit
- Created: 2023-07-14T16:38:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T16:06:39.000Z (about 1 year ago)
- Last Synced: 2025-04-26T17:20:35.873Z (about 1 year ago)
- Topics: image-processing, watermark, webapp
- Language: Svelte
- Homepage: https://watermark.csie.cool
- Size: 1.52 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watermark App
Quickly and securely add watermark to your images.

## Features
- All client-side, no server involved
- PWA support, offline available
- Add watermark to multiple images at once
- Customizable watermark size, opacity, and luminance
## Examples
### Default

### Black

### Repeat

## Usage
Go to [Watermark App (watermark.csie.cool)](https://watermark.csie.cool/) and try it out!
You can build it yourself by following the instructions below.
## Build
You need:
- [Node.js 18+](https://nodejs.org/)
- [PNPM 8+](https://pnpm.io/)
Run the following commands to build the app.
```bash
pnpm i
pnpm build
```
The built files will be in the `build` folder, you can serve it with any static file server since it's all client-side.