mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-18 22:21:48 +01:00
1 line
72 B
JavaScript
1 line
72 B
JavaScript
export default (window.devicePixelRatio) ? window.devicePixelRatio : 1;
|