We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edcc70 commit 57f9c62Copy full SHA for 57f9c62
1 file changed
playground-node/node/main.ts
@@ -1,11 +1,11 @@
1
import * as watermark from '../../packages/node/src/main';
2
3
watermark.blind
4
- .decodeBlindWatermark({
+ .decode({
5
url: 'https://cdn.jsdelivr.net/gh/zhensherlock/oss@main/uPic/blind-watermark-test-bxEJgQ.png',
6
- fillColor: '#000',
7
- compositeOperation: 'color-burn',
8
- mode: 'canvas',
+ // fillColor: '#000',
+ // compositeOperation: 'color-burn',
+ // mode: 'canvas',
9
})
10
.then((res) => {
11
console.log(res);
0 commit comments