@moveris/shared
v0.0.1
Published
Core business logic for Moveris Live SDK
Downloads
96
Readme
@moveris/shared
Core business logic for Moveris Live SDK. This package contains:
- WebSocket client with reconnection logic
- Frame buffer management
- Authentication manager
- Type definitions
- Utility functions
Installation
pnpm add @moveris/sharedUsage
import { WebSocketClient, FrameBuffer, AuthManager } from '@moveris/shared';API
See API Documentation for complete API reference.