UNPKG

jailedthreejs

Version:

Dedicated To Willson :D, A small, fast and lightweight Three.js framework.

13 lines (10 loc) 324 B
// index.js // // Entry point for the JailedThreeJS module. // Re-exports all public API in one place. export { default as Cell } from './cell.js'; export { default as JThree } from './main.js'; export * from './artist.js'; export * from './NoScope.js'; export * from './Train.js'; export * from './utils.js';