Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.