get-ratio.js 232 B

1234567
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. function getRatio() {
  4. return window.devicePixelRatio ? window.devicePixelRatio : 2;
  5. }
  6. exports.default = getRatio;
  7. //# sourceMappingURL=get-ratio.js.map