mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
2 lines
No EOL
88 B
JavaScript
2 lines
No EOL
88 B
JavaScript
const DPR = (window.devicePixelRatio) ? window.devicePixelRatio : 1;
|
|
export default DPR; |