Skip to content

Commit 65f8a7f

Browse files
committed
fix: remove testing code
1 parent 2eca8e4 commit 65f8a7f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

samples/hello-world.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ <h1 style="font-size: large">Dynamsoft MRZ Scanner</h1>
2121

2222
// Initialize the Dynamsoft MRZ Scanner
2323
const mrzscanner = new Dynamsoft.MRZScanner({
24-
license: "YOUR_LICENSE_KEY_HERE",
25-
scannerViewConfig: {
26-
// cameraEnhancerUIPath: "../dist/mrz-scanner.ui.html",
27-
},
28-
// templateFilePath: "../dist/mrz-scanner.template.json",
24+
license: "YOUR_LICENSE_KEY_HERE"
2925
});
3026

3127
(async () => {

0 commit comments

Comments
 (0)