@playcanvas/react
Version:
A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.
6 lines (5 loc) • 398 B
TypeScript
export { Application, ApplicationWithoutCanvas } from './Application.tsx';
export { Container } from './Container.tsx';
export { Entity } from './Entity.tsx';
export { Gltf, Modify, useEntity } from './gltf/index.ts';
export type { GltfProps, Rule, Action, MergedRule, ModifyNodeProps, ModifyLightProps, ModifyRenderProps, ModifyCameraProps, PathPredicate, EntityMetadata } from './gltf/index.ts';