You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
45
+
*/
46
+
47
+
LicenseManager.initLicense(
48
+
'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'
49
+
);
50
+
51
+
/**
52
+
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
53
+
* 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.
54
+
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=9.6.20&utm_source=github#specify-the-license or contact [email protected].
> *`initLicense()` specify a license key to use the library. You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=sample&product=dbr&package=js to get your own trial license good for 30 days.
69
-
> *`engineResourcePath` tells the library where to get the necessary resources at runtime.
85
+
> *`engineResourcePaths` tells the library where to get the necessary resources at runtime.
70
86
71
87
### Generate three components
72
88
*`video-capture` component helps read barcode from camera.
@@ -103,17 +119,17 @@ ng generate component hello-world
0 commit comments