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
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,25 @@
6
6
7
7
This repo is specifically designed for any users interested in integrating WebViewer into a TypeScript project. WebViewer has a comprehensive definition file ready for use by just adding a reference to the definition file.
8
8
9
+
10
+
## Trial
11
+
12
+
You can obtain the trial key by signing-up on our [developer portal](https://dev.apryse.com/).
13
+
14
+
9
15
## Initial setup
10
16
11
17
Before you begin, make sure your development environment includes [Node.js](https://nodejs.org/en/).
12
18
19
+
In order to set the license key, you will need to set the string in the WebViewer sample. One such way is by passing it into the constructor of the WebViewer: https://docs.apryse.com/documentation/web/faq/add-license/#passing-into-constructor
20
+
21
+
Follow the steps below to set the license key in this sample:
22
+
23
+
- Locate the index.ts file at /src/index.ts
24
+
- Replace 'Insert commercial license key here after purchase' with your license key
0 commit comments