UNPKG

@acransac/vtk.js

Version:

Visualization Toolkit for the Web

14 lines (12 loc) 226 B
import Core from './Core'; import Misc from './Misc'; import OpenGL from './OpenGL'; import SceneGraph from './SceneGraph'; import WebGPU from './WebGPU'; export default { Core, Misc, OpenGL, SceneGraph, WebGPU, };