Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T08:15:10.000Z (2 days ago)
- Last Synced: 2025-01-24T09:21:23.172Z (2 days ago)
- Topics: image-processing, watermark, webapp
- Language: Svelte
- Homepage: https://watermark.csie.cool
- Size: 1.54 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.
![banner](static/banner.png)
## 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
![default](static/example/default.png)
### Black
![black](static/example/black.png)
### Repeat
![repeat](static/example/repeat.png)
## 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.