UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

14 lines (11 loc) 223 B
const Distance = require('../Distance') module.exports = function () { // @Box:getHeight() // // Get box height as a distance. // // Return // a Distance // return new Distance(this.basis, this.box.h) }