Installation
Install the SDK
npm install git+https://github.com/infinity-void-metaverse/Streampixel-Web-SDK.git#latestImport
import { StreamPixelApplication } from 'streampixelsdk';Quick Verify
import { StreamPixelApplication } from 'streampixelsdk';
const { appStream, pixelStreaming } = await StreamPixelApplication({
appId: 'YOUR_PROJECT_ID',
AutoConnect: true,
});Using the Example App
Next Steps
Quick StartInitialization and ConfigurationLast updated