UNPKG

@egjs/view3d

Version:

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

25 lines (21 loc) 528 B
/* * Copyright (c) 2020 NAVER Corp. * egjs projects are licensed under the MIT license */ 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;