7 lines
228 B
JavaScript
7 lines
228 B
JavaScript
|
|
// adjust these paths / URLs as needed
|
||
|
|
export const VRM_PATH = './models/active.vrm';
|
||
|
|
export const WS_URL = 'ws://localhost:8001/ws';
|
||
|
|
export const HTTP_URL = "http://localhost:8001";
|
||
|
|
export const MOUTH_THRESHOLD = 2;
|
||
|
|
|