https://github.com/watermark-design/watermark
watermark for the browser
https://github.com/watermark-design/watermark
canvas javascript typescript watermark watermark-design
Last synced: 6 months ago
JSON representation
watermark for the browser
- Host: GitHub
- URL: https://github.com/watermark-design/watermark
- Owner: watermark-design
- License: mit
- Created: 2023-09-07T02:16:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:14:08.000Z (6 months ago)
- Last Synced: 2025-04-13T04:58:46.181Z (6 months ago)
- Topics: canvas, javascript, typescript, watermark, watermark-design
- Language: TypeScript
- Homepage: https://watermark-design.github.io/watermark/
- Size: 17.3 MB
- Stars: 141
- Watchers: 3
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Watermark
Works with both Vue 2 , Vue 3 And React.
## Translations
- [中文文档](README_zh.md)
## Usage
### Vue
```ts
import WatermarkDesign from '@watermark-design/vue';
app.use(WatermarkDesign);
``````vue
```
### React
```ts
import { Watermark } from '@watermark-design/react';
``````jsx
```
### Dom
```ts
import { Watermark } from '@watermark-design/dom';const watermark = new Watermark({
content: 'hello my watermark',
width: 200,
height: 200,
});
watermark.create();
```## Documentation
To learn more, check [its documentation](https://watermark-design.github.io/watermark/).
## Maintainers
[@zhensherlock](https://github.com/zhensherlock).
## Contributing
Feel free to dive in! [Open an issue](https://github.com/watermark-design/watermark/issues/new/choose) or submit PRs.
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
### Contributors
This project exists thanks to all the people who contribute.
## License
[MIT](LICENSE) © MichaelSun