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) 267 B
//// Base < Item //// Something listable: you can ‘B.R.E.A.D’ with it. import Base from './base.mjs' export default class Item extends Base { } //// Static properties. Object.defineProperties(Item, { tree: { value:Base.tree+' < Item', enumerable:true } })