leafer-x-watermark 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -154,7 +154,6 @@ let Watermark = class extends Rect {
154
154
  }
155
155
  constructor(data) {
156
156
  super(data);
157
- console.log(this.tileURL);
158
157
  }
159
158
  };
160
159
  __decorateClass([
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "leafer-x-watermark",
3
3
  "type": "module",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "packageManager": "pnpm@10.14.0",
6
6
  "description": "Leafer 水印插件",
7
7
  "author": "XiaDeYu <1579883916@qq.com>",