UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

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