Quick Start (빠른 시작)
1. 설치
npm install @sense-labyarn add @sense-lab2. 초기화
import { SenseLab } from '@sense-lab';
SenseLab.init({
clientKey: 'your-client-key', // API 키를 입력하세요
debug: true, // 디버그 환경에서는 true 설정을 권장합니다
});Last updated