UNPKG

@arcware-cloud/pixelstreaming-websdk

Version:

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

5 lines (4 loc) 204 B
import { Messages } from "@arcware-cloud/shared-pixelstreaming-websdk"; export type ErrorMessage = Messages.ErrorMessage; export type Queue = Messages.Queue; export type LoveLetter = Messages.LoveLetter;