UNPKG

@vuesax-alpha/nightly

Version:
15 lines (11 loc) 322 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function getDPR(element) { if (typeof window === "undefined") { return 1; } const win = element.ownerDocument.defaultView || window; return win.devicePixelRatio || 1; } exports.getDPR = getDPR; //# sourceMappingURL=get-dpr.js.map