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

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

Awesome Lists containing this project

README

          



watermark design



GitHub Workflow Status
GitHub
Join the chat

# Watermark

Works with both Vue 2 , Vue 3 And React.

## Translations

- [中文文档](README_zh.md)

## Usage

### Vue

npm package npm bundle size npm download week

```ts
import WatermarkDesign from '@watermark-design/vue';
app.use(WatermarkDesign);
```

```vue

```

### React

npm package npm bundle size npm download week

```ts
import { Watermark } from '@watermark-design/react';
```

```jsx

```

### Dom

npm package npm bundle size npm download week

```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