UNPKG

metaeditor

Version:

The Pixel Streaming library for ReactJS facilitates the integration of Unreal Engine v.5 into a web browser. It enables the transmission of commands and receipt of callbacks from the stream server once Unreal Engine is launched.

4 lines (3 loc) 189 B
/// <reference types="react" /> import { PlayerConfigProps } from '../../context/useStreamContext/types'; export default function PlayerComponent(props: PlayerConfigProps): JSX.Element;