watermark-js-plus 1.3.18 → 1.3.20
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 +19 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -86,6 +86,24 @@ BlindWatermark.decode({
|
|
|
86
86
|
|
|
87
87
|
To learn more, check [its documentation](https://zhensherlock.github.io/watermark-js-plus).
|
|
88
88
|
|
|
89
|
+
## Maintainers
|
|
90
|
+
|
|
91
|
+
[@zhensherlock](https://github.com/zhensherlock).
|
|
92
|
+
|
|
93
|
+
## Contributing
|
|
94
|
+
|
|
95
|
+
Feel free to dive in! [Open an issue](https://github.com/zhensherlock/watermark-js-plus/issues/new/choose) or submit PRs.
|
|
96
|
+
|
|
97
|
+
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
|
|
98
|
+
|
|
99
|
+
### Contributors
|
|
100
|
+
|
|
101
|
+
This project exists thanks to all the people who contribute.
|
|
102
|
+
|
|
103
|
+
<a href="https://github.com/zhensherlock/watermark-js-plus/graphs/contributors">
|
|
104
|
+
<img src="https://contrib.rocks/image?repo=zhensherlock/watermark-js-plus" />
|
|
105
|
+
</a>
|
|
106
|
+
|
|
89
107
|
## License
|
|
90
108
|
|
|
91
|
-
[MIT](LICENSE)
|
|
109
|
+
[MIT](LICENSE) © MichaelSun
|
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.iife.js
CHANGED
package/dist/index.umd.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "watermark-js-plus",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.20",
|
|
4
4
|
"description": "watermark for the browser",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean:dist": "rimraf dist",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"node": ">=16.0.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "^7.23.
|
|
67
|
-
"@babel/eslint-parser": "^7.
|
|
68
|
-
"@babel/plugin-transform-runtime": "^7.23.
|
|
69
|
-
"@babel/preset-env": "^7.23.
|
|
70
|
-
"@commitlint/cli": "^18.
|
|
71
|
-
"@commitlint/config-conventional": "^18.
|
|
66
|
+
"@babel/core": "^7.23.3",
|
|
67
|
+
"@babel/eslint-parser": "^7.23.3",
|
|
68
|
+
"@babel/plugin-transform-runtime": "^7.23.3",
|
|
69
|
+
"@babel/preset-env": "^7.23.3",
|
|
70
|
+
"@commitlint/cli": "^18.4.1",
|
|
71
|
+
"@commitlint/config-conventional": "^18.4.0",
|
|
72
72
|
"@element-plus/icons-vue": "^2.1.0",
|
|
73
73
|
"@rollup/plugin-babel": "^6.0.4",
|
|
74
74
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"@rollup/plugin-strip": "^3.0.4",
|
|
79
79
|
"@rollup/plugin-terser": "0.4.4",
|
|
80
80
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
81
|
-
"@types/markdown-it": "^13.0.
|
|
82
|
-
"@typescript-eslint/parser": "^6.
|
|
81
|
+
"@types/markdown-it": "^13.0.6",
|
|
82
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
83
83
|
"@vue/theme": "^2.2.5",
|
|
84
84
|
"autoprefixer": "^10.4.16",
|
|
85
85
|
"concurrently": "^8.2.2",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"eslint-config-semistandard": "^17.0.0",
|
|
94
94
|
"eslint-plugin-import": "^2.29.0",
|
|
95
95
|
"husky": "^8.0.3",
|
|
96
|
-
"lint-staged": "^15.0
|
|
96
|
+
"lint-staged": "^15.1.0",
|
|
97
97
|
"lodash": "^4.17.21",
|
|
98
98
|
"markdown-it": "^13.0.2",
|
|
99
99
|
"pinia": "^2.1.7",
|