UNPKG

@heise/embetty

Version:

<p align="center"> <img alt="Embetty" src="assets/embetty.png" width="360"> </p>

14 lines (11 loc) 241 B
export default class BaseType { constructor(element) { this.element = element } get width() { return this.element.getAttribute('width') || 1600 } get height() { return this.element.getAttribute('height') || 900 } }