Skip to content

Commit

Permalink
feat: upload ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindrawan committed Aug 6, 2024
1 parent 7a98212 commit cd54e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VINScanner/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { extractVinDetails, resultToHTMLElement, showNotification } from "./util
/** LICENSE ALERT - README
* 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/?product=cvs&utm_source=samples&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
Expand Down

0 comments on commit cd54e84

Please sign in to comment.