Browser client for viewing pixel-streamed content from MSquared events
npm install @msquared/pixel-streaming-client



Browser client for viewing pixel-streamed content from MSquared events.
For detailed documentation please visit our docs site.
- 🔒 Type-safe with full TypeScript support
- 📦 Multiple distribution formats (ESM, CJS, UMD)
- 🛠️ Easy integration with modern build tools
``bash`
npm run build
This will create:
- CommonJS (CJS) build
- ES Modules (ESM) build
- Browser-ready bundle
- TypeScript declaration files
`bashInstall dependencies
npm install
Release
The GitHub Actions workflow will automatically publish the package to npm when a new release is created.
`bash
npm version
git push --atomic origin main
``MIT © MSquared