Skip to content

Commit

Permalink
feat: add demo for min ui
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindrawan committed Aug 7, 2024
1 parent cd54e84 commit fe02c69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VINScanner/minimum-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ <h3 id="scan-title"></h3>
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
*/

Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
Dynamsoft.License.LicenseManager.initLicense(
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLTEwMzA3NTI0NCIsIm1haW5TZXJ2ZXJVUkwiOiJodHRwczovL21sdHMuZHluYW1zb2Z0LmNvbS8iLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMCIsInN0YW5kYnlTZXJ2ZXJVUkwiOiJodHRwczovL3NsdHMuZHluYW1zb2Z0LmNvbS8iLCJjaGVja0NvZGUiOjE4MTc1Mzg1NzJ9"
);

/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
Expand Down

0 comments on commit fe02c69

Please sign in to comment.