UNPKG

@arcware-cloud/pixelstreaming-websdk

Version:

WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.

6 lines (5 loc) 266 B
export { ArcwarePixelStreaming } from "./core/ArcwarePixelStreaming"; export { ArcwareConfig } from "./core/ArcwareConfig"; export { CoreSetup } from "./core/CoreSetup"; export { WebsocketState } from "./core/ArcwarePixelStreaming"; export * from "./core/Messages";