// if we add the option to scale the whole UI, the additional scaling factor should be applied here.
export default function getScaledPixelRatio() {
  return window.devicePixelRatio;
}
