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) 300 B
//// Base < Item < Logline //// The record of a Cli command, or some other debug message. import Item from '../../base/item.mjs' export default class Logline extends Item { } //// Static properties. Object.defineProperties(Logline, { tree: { value:Item.tree+' < Logline', enumerable:true } })