Skip to content

Commit 57f9c62

Browse files
committed
docs: update playground-node
1 parent 6edcc70 commit 57f9c62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

playground-node/node/main.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as watermark from '../../packages/node/src/main';
22

33
watermark.blind
4-
.decodeBlindWatermark({
4+
.decode({
55
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',
6+
// fillColor: '#000',
7+
// compositeOperation: 'color-burn',
8+
// mode: 'canvas',
99
})
1010
.then((res) => {
1111
console.log(res);

0 commit comments

Comments
 (0)