Skip to content

Commit c04ab59

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2a7a0e6 + 703ac77 commit c04ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ import { scanImageData } from '@undecaf/zbar-wasm';
137137
imageData = ctx.getImageData(0, 0, img.width, img.height),
138138
symbols = await scanImageData(imageData);
139139
140-
console.log(ssymbols[0]?.typeName, symbols[0]?.decode())
140+
console.log(symbols[0]?.typeName, symbols[0]?.decode())
141141
})('https://raw.githubusercontent.com/undecaf/zbar-wasm/master/tests/img/qr_code.png')
142142
```
143143

0 commit comments

Comments
 (0)