@arcware-cloud/pixelstreaming-websdk
Version:
WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.
8 lines (7 loc) • 376 B
TypeScript
export { ArcwareInit } from "./ui/ArcwareInit";
export { ArcwareApplication } from "./ui/ArcwareApplication";
export { ArcwarePixelStreaming } from "./core/ArcwarePixelStreaming";
export { ArcwareConfig } from "./core/ArcwareConfig";
export { CoreSetup } from "./core/CoreSetup";
export { WebsocketState } from "./core/ArcwarePixelStreaming";
export * from "./core/Messages";