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) 296 B
//// Base < Ui < Zone < Footer //// Small, fullwidth, and at the end. Partly or fully sticky. import Zone from '../ui/zone.mjs' export default class Footer extends Zone { } //// Static properties. Object.defineProperties(Footer, { tree: { value:Zone.tree+' < Footer', enumerable:true } })