UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

13 lines (11 loc) 250 B
const Distance = require('../../geometry/Distance') module.exports = function () { // @Viewport:getWidth() // // Get viewport width as a Distance. // // Return // a Distance // return new Distance(this, this.element.offsetWidth) }