"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getDefaultDevicePixelRatio() { if (window.devicePixelRatio != undefined) { return window.devicePixelRatio; } else { return 1; } } exports.getDefaultDevicePixelRatio = getDefaultDevicePixelRatio; //# sourceMappingURL=helpers.js.map