Skip to content

Commit c3339ff

Browse files
Merge branch 'release/v4.x/v4.0.0' of https://github.com/Dynamsoft/mrz-scanner-javascript into release/v4.x/v4.0.0
2 parents 72e1558 + d16e686 commit c3339ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/demo/src/scanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const uploadFileButton = $<HTMLButtonElement>("uploadFile");
1111
const homeError = $("home-error");
1212

1313
const LICENSE =
14-
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMzE0NTQwLU16RTBOVFF3TFhkbFlpMVVjbWxoYkZCeWIybyIsIm1haW5TZXJ2ZXJVUkwiOiJodHRwczovL21kbHMuZHluYW1zb2Z0b25saW5lLmNvbS8iLCJvcmdhbml6YXRpb25JRCI6IjMxNDU0MCIsInN0YW5kYnlTZXJ2ZXJVUkwiOiJodHRwczovL3NkbHMuZHluYW1zb2Z0b25saW5lLmNvbS8iLCJjaGVja0NvZGUiOjEwOTA0MTkwMDB9";
14+
"YOUR_LICENSE_KEY_HERE";
1515

1616
// The demo always returns all three image kinds — there's no UI to
1717
// toggle them and the result view is built around showing each one.

0 commit comments

Comments
 (0)