Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizuka-wu/web-digital-watermarking
create digital watermark
https://github.com/mizuka-wu/web-digital-watermarking
digital-watermarking web webapp
Last synced: about 2 months ago
JSON representation
create digital watermark
- Host: GitHub
- URL: https://github.com/mizuka-wu/web-digital-watermarking
- Owner: mizuka-wu
- License: mit
- Created: 2022-07-02T00:13:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T15:16:45.000Z (8 months ago)
- Last Synced: 2024-11-01T06:51:30.500Z (2 months ago)
- Topics: digital-watermarking, web, webapp
- Language: TypeScript
- Homepage: https://www.mizuka.top/web-digital-watermarking/index.html
- Size: 8.6 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-digital-watermarking
## features
* pure web app
* support typescript
* support wasm## how to use
```bash
# Install
# npm i web-digital-watermarkingimport { CHANNEL, load, status, encode as addWatermark, decode as getWatermark } from '@mizuka/web-digital-watermarking'
```
## use online
place visit to [在线网址](https://www.mizuka.top/web-digital-watermarking/index.html)
## reference
very much thanks to
* [node-digital-watermarking](https://github.com/zy445566/node-digital-watermarking)
## About OpenCV
I will try to build own minimal opencv wasm by [doc](https://docs.opencv.org/4.x/d4/da1/tutorial_js_setup.html)
but now, just use opencv.js
## License
MIT
---
> [mizuka-wu](https://www.mizuka.top) ·