vue-watermark-plus 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> 一个高性能的Vue3企业级水印工具,支持Canvas / SVG 双渲染引擎,零侵入一键使用,双重防篡改,让你的内容保护变得简单又高效。
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/vue-watermark-plus)
|
|
6
|
-
[](https://github.com/shilimingY/vue-watermark-plus/blob/master/LICENSE)
|
|
6
|
+
[](https://github.com/shilimingY/vue-watermark-plus/blob/master/LICENSE)
|
|
7
7
|
|
|
8
8
|
## ✨ 特点
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-watermark-plus",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "基于 Vue3 强力水印插件✨,支持Canvas/SVG双渲染模式🎨,内置防篡改机制📝,采用自定义指令无侵入式设计,为你的页面内容加上隐形安全锁🛡️🛡️🛡️。",
|
|
5
5
|
"main": "dist/vue-watermark-plus.umd.js",
|
|
6
6
|
"module": "dist/vue-watermark-plus.es.js",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"type": "git",
|
|
24
24
|
"url": "git+https://github.com/shilimingY/vue-watermark-plus.git"
|
|
25
25
|
},
|
|
26
|
+
"homepage": "",
|
|
26
27
|
"peerDependencies": {
|
|
27
28
|
"vue": "^3.2.0"
|
|
28
29
|
},
|