UNPKG

whs

Version:

Super-fast 3D framework for Web Applications & Games. Based on Three.js

11 lines (8 loc) 284 B
// Type definitions for WhitestormJS 2.0 // Project: https://github.com/WhitestormJS/whs.js // Definitions by: Hirako <https://github.com/hirako2000> export * from './core'; export * from './components'; export * from './modules'; // For UMD - global space export as namespace WHS;