UNPKG

undo3d

Version:

Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.

13 lines (9 loc) 275 B
//// Base < Module < Boot //// Manages app and Module lifecycles. import Module from '../../base/module.mjs' export default class Boot extends Module { } //// Static properties. Object.defineProperties(Boot, { tree: { value:Module.tree+' < Boot', enumerable:true } })