From fe02c696f05baf7e0c8f39ad822c9e3b3b844414 Mon Sep 17 00:00:00 2001 From: felixindrawan Date: Wed, 7 Aug 2024 10:19:26 -0700 Subject: [PATCH] feat: add demo for min ui --- VINScanner/minimum-elements.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VINScanner/minimum-elements.html b/VINScanner/minimum-elements.html index 57bef88..0d7dfbd 100644 --- a/VINScanner/minimum-elements.html +++ b/VINScanner/minimum-elements.html @@ -29,7 +29,9 @@

* 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.