vue3-blind-watermark
v1.1.4
Published
vue3-blind-watermark ,迄今为止 最易用 的盲水印
Downloads
15
Maintainers
Readme
简体中文 | English
vue3-blind-watermark
-The most user-friendly blind watermarking implementation scheme to date
-The function of this plugin is to add an invisible watermark that can automatically adjust colors to fit different backgrounds on the page, while ensuring the continuous existence of the watermark (tamper proof) by observing DOM changes.
install
npm install vue3-blind-watermark
Introduction&Use
- In your main application entry file (such as main. js), import and use the watermark:
import watermark from "vue3-blind-watermark";
app
.use(watermark, {
text: "版权归xxx所有",
})
.mount("#app");
Blind watermark testing
contributor
If you have any suggestions for improvement or would like to contribute code, please feel free to create a pull request or submit a question at any time.