Getting started
Installation
For a new project
Initialize with Yarn or npm:
Add the library to the project:
For existing projects
Go to the project's root directory and run:
Importing the library
Depending on whether your project uses CommonJS or ES Modules, import the library as follows:
CommonJS
ES Modules
Usage
To use this SDK in the HTML Canvas widget, refer to its dedicated page.
Last updated