UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

13 lines (11 loc) 242 B
const Distance = require('../../geometry/Distance') module.exports = function () { // @FrameComponent:getHeight() // // Get frame height as a Distance. // // Return // a Distance // return new Distance(this, this.size.h) }