@egjs/view3d
Version:
Fast & Customizable glTF 3D model viewer, packed with full of features!
8 lines (7 loc) • 378 B
TypeScript
import View3DPlugin from "./View3DPlugin";
import ARButton, { ARButtonOptions } from "./ARButton";
import AROverlay, { AROverlayOptions } from "./AROverlay";
import LoadingBar, { LoadingBarOptions } from "./LoadingBar";
export * from "./ControlBar";
export { ARButton, AROverlay, LoadingBar };
export type { View3DPlugin, ARButtonOptions, AROverlayOptions, LoadingBarOptions };