1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-19 16:03:52 +02:00
RainbowRoad/src/utils.ts

7 lines
261 B
TypeScript
Raw Normal View History

2023-05-21 23:25:52 +02:00
/**
* based on Leaflet
* https://github.com/Leaflet/Leaflet/blob/2eac59be3baf630c4cf0f38c875b767ce3f45df5/src/core/Browser.js#L43
*/
// @ts-ignore
export const retina = (window.devicePixelRatio || (window.screen.deviceXDPI / window.screen.logicalXDPI)) > 1;