get-ratio.js 142 B

1234
  1. export default function getRatio() {
  2. return window.devicePixelRatio ? window.devicePixelRatio : 2;
  3. }
  4. //# sourceMappingURL=get-ratio.js.map