UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

30 lines (21 loc) 354 B
export class DomElementProcessor { constructor() { /** * * @type {Element} */ this.el = null; } /** * * @param {DomElementManager} manager */ initialize(manager) { } handleFrame() { } startup() { } shutdown() { } }