2 D human WebSDK demo
startSession -> send(replace with your own test content in index.html) -> stopSession (if necessary)
const testContent = ${yourOwnTestContent}
config the ak, sk and userId in index.html
/* the following params are acquired from service provider, contact them if you don't have yet. */
const bywId = '0086*******1904'
const appKey = '*******'
const accessToken = '*******'
npm i
nodemon server.js
open http://localhost:8081 in browser