UNPKG

@egjs/view3d

Version:

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

13 lines (8 loc) 221 B
/* * Copyright (c) 2020 NAVER Corp. * egjs projects are licensed under the MIT license */ import { merge } from "./utils"; import View3D, * as modules from "./index"; merge(View3D, modules); export default View3D;