UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

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