Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 0ff256f

Browse files
authored
Merge pull request #6 from jloApryse/master
smallLanguageUpdate_requireLicense
2 parents a692b1a + 28ccd5d commit 0ff256f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,25 @@
66

77
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.
88

9+
10+
## Trial
11+
12+
You can obtain the trial key by signing-up on our [developer portal](https://dev.apryse.com/).
13+
14+
915
## Initial setup
1016

1117
Before you begin, make sure your development environment includes [Node.js](https://nodejs.org/en/).
1218

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
25+
- Save the file
26+
27+
1328
## Install
1429

1530
```shell

0 commit comments

Comments
 (0)