UNPKG

@egjs/view3d

Version:

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

6 lines (5 loc) 111 B
interface ARSession { enter: () => Promise<any>; exit: () => Promise<any>; } export default ARSession;