UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

12 lines (11 loc) 216 B
module.exports = function () { // @Viewport:getAspectRatio() // // Get width to height ratio of the viewport. // // Return // a number // const size = this.getSize().size return size.w / size.h }