UNPKG

@msquared/pixel-streaming-client

Version:

Browser client for viewing pixel-streamed content from MSquared events

5 lines 257 B
export * from "./client"; export { usePixelStreaming } from "./react/use-pixel-streaming"; export type { GeforceStreamConfig, StreamConfig, UbitusStreamConfig, } from "./session"; export { SessionState } from "./session"; //# sourceMappingURL=index.d.ts.map