UNPKG

@egjs/view3d

Version:

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

14 lines (12 loc) 261 B
/* * Copyright (c) 2020 NAVER Corp. * egjs projects are licensed under the MIT license */ import Loader from "./Loader"; import GLTFLoader from "./GLTFLoader"; import TextureLoader from "./TextureLoader"; export { Loader, GLTFLoader, TextureLoader };