All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
14 lines
313 B
TypeScript
14 lines
313 B
TypeScript
/**
|
|
* @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
|