react-unity-webgl
Version:
React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.
8 lines • 429 B
TypeScript
import { Unity } from "./components/unity-component";
import { useUnityContext } from "./hooks/use-unity-context";
import { UnityConfig } from "./types/unity-config";
import { UnityProps } from "./types/unity-props";
import { WebGLContextAttributes } from "./types/webgl-context-attributes";
export { Unity, useUnityContext };
export type { UnityConfig, UnityProps, WebGLContextAttributes };
//# sourceMappingURL=exports.d.ts.map