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.

11 lines (8 loc) 188 B
//// Base //// The base class for all other classes. export default class Base { } //// Static properties. Object.defineProperties(Base, { tree: { value:'Base', enumerable:true } })