wip
Showing
- package-lock.json 66 additions, 0 deletionspackage-lock.json
- package.json 7 additions, 1 deletionpackage.json
- src/api.ts 42 additions, 0 deletionssrc/api.ts
- src/endpoints.ts 8 additions, 0 deletionssrc/endpoints.ts
- src/streaming.ts 322 additions, 0 deletionssrc/streaming.ts
- src/types.ts 73 additions, 0 deletionssrc/types.ts
- tsconfig.json 2 additions, 0 deletionstsconfig.json
... | ... | @@ -24,5 +24,11 @@ |
}, | ||
"files": [ | ||
"built" | ||
] | ||
], | ||
"dependencies": { | ||
"@vue/reactivity": "^3.0.11", | ||
"autobind-decorator": "^2.4.0", | ||
"eventemitter3": "^4.0.7", | ||
"reconnecting-websocket": "^4.4.0" | ||
} | ||
} |
src/api.ts
0 → 100644
src/endpoints.ts
0 → 100644
src/streaming.ts
0 → 100644
src/types.ts
0 → 100644
Please register or sign in to comment