How to detect good devicePixelRatio on windows. I have a problem where on my Mac scene looks scrispy clean because devicePixelRatio is well detected, but on windows, I have to manually set 2 to get crispy scene. What is the workaround here? How does one automatically detect good value on windows for renderer pixel ratio?
https://stackblitz.com/edit/vitejs-vite-yzqaf22i?file=src%2Fmain.ts
For reference 1st picture is taken with value 2 and 2nd one with window.devicePixelRatio which equals to 1.