get-ratio.js 106 B

1234
  1. module.exports = function getRatio() {
  2. return window.devicePixelRatio ? window.devicePixelRatio : 2;
  3. };