To install a SDK, simply add the high-level package, for example:
npm install @sense-lab/sdk
yarn add @sense-lab/sdk
Setup and usage of these SDKs always follows the same principle.
import { SenseLab } from '@sense-lab/sdk';
SenseLab.init({
clientKey: 'your-client-key',
});
console.log(SenseLab.isInitialized()); // true