Skip to content

psyai-net/2DWebSDKDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSDKdemo

2 D human WebSDK demo

usage

img.png

flow

startSession -> send(replace with your own test content in index.html) -> stopSession (if necessary)

update test content

const testContent = ${yourOwnTestContent} 

config

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 = '*******'

build

npm i

run

nodemon server.js

test

open http://localhost:8081 in browser

Releases

No releases published

Packages

No packages published