/** * @module ol/renderer/canvas/common */ /** * Context options to disable image smoothing. * @type {Object} */ export const IMAGE_SMOOTHING_DISABLED: any; /** * Context options to enable image smoothing. * @type {Object} */ export const IMAGE_SMOOTHING_ENABLED: any; //# sourceMappingURL=common.d.ts.map