UNPKG

coach-core

Version:
15 lines (12 loc) 306 B
(function () { 'use strict'; const width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; const height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; return width + 'x' + height; })();