mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-03 22:35:10 +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; |