We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf4426 commit c4d77a5Copy full SHA for c4d77a5
src/app/product-list/product-list.component.ts
@@ -39,7 +39,7 @@ export class ProductListComponent {
39
let licenseKey: string = this.inputText === '' ? this.placeholderText : this.inputText;
40
await LicenseManager.initLicense(licenseKey, { executeNow: true });
41
42
- // DDV.Core.license = licenseKey;
+ DDV.Core.license = licenseKey;
43
DDV.Core.engineResourcePath = getFullUrl('assets/dynamsoft-document-viewer/engine/');
44
await DDV.Core.init();
45
DDV.setProcessingHandler("imageFilter", new DDV.ImageFilter());
0 commit comments