UNPKG

@egjs/view3d

Version:

Fast & Customizable glTF 3D model viewer, packed with full of features!

15 lines (14 loc) 428 B
import View3D, { View3DOptions, View3DEvents } from "./View3D"; export * from "./core"; export * from "./control"; export * from "./loader"; export * from "./plugin"; export * from "./xr"; export * from "./const/external"; export * from "./helper"; export * from "./type/event"; export * from "./type/external"; export * from "./cfc"; export * from "./utils"; export type { View3DOptions, View3DEvents }; export default View3D;