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