UNPKG

@vuesax-alpha/nightly

Version:
11 lines (9 loc) 238 B
function getDPR(element) { if (typeof window === "undefined") { return 1; } const win = element.ownerDocument.defaultView || window; return win.devicePixelRatio || 1; } export { getDPR }; //# sourceMappingURL=get-dpr.mjs.map