@watermark-design/dom
v1.3.4
Published
watermark design dom
Downloads
97
Maintainers
Readme
@watermark-design/dom
Works with both Vue 2 , Vue 3 And React.
Installing
# or pnpm or yarn
npm install @watermark-design/dom
Usage
General
import { Watermark } from '@watermark-design/dom';
const watermark = new Watermark({
content: 'hello my watermark',
width: 200,
height: 200,
onSuccess: () => {
// success callback
},
});
watermark.create();
Documentation
To learn more, check its documentation.
Maintainers
Contributing
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
Contributors
This project exists thanks to all the people who contribute.
License
MIT © MichaelSun