Skip to content

Commit 7744261

Browse files
committed
output result
1 parent 91a1967 commit 7744261

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/louie-drivers-license/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ <h1 class="home-page-title">Read a Driver's License</h1>
6969
});
7070

7171
const result = await scanner.launch();
72+
console.log(result);
7273
if (result.barcodeResults.length > 0) {
7374
let processedResult;
7475
try {

0 commit comments

Comments
 (0)