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
For using this SDK in the HTML Canvas widget, please go to its dedicated page.
Last updated