@series-inc/venus-sdk
v3.4.0
Published
Venus H5 API runtime with type-safe default export.
Downloads
2,092
Readme
Venus SDK API
Build connected HTML5 games that integrate deeply with the Venus platform. This package provides the client SDK used by hosted games as well as the local mock environment for development.
Highlights
- Typed APIs for Venus platform services (simulation, rooms, analytics, ads, and more)
- Host-aware tooling including lifecycle hooks, safe-area utilities, and asset loading helpers
Quick Start
Installation
npm install @series-inc/venus-sdk@latestInitialize
import { default as VenusAPI } from '@series-inc/venus-sdk/api'
// Initialize the API
await VenusAPI.initializeAsync()Documentation
The complete Venus SDK manuals live on Venus Docs. Start there for setup guides, API references, tutorials, and best practices.
