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) 289 B
//// Base < Ui < Zone < Debug //// Contains helpful developer tools. For example the Cli. import Zone from '../ui/zone.mjs' export default class Debug extends Zone { } //// Static properties. Object.defineProperties(Debug, { tree: { value:Zone.tree+' < Debug', enumerable:true } })