This commit is contained in:
14
node_modules/ol/renderer/canvas/common.d.ts
generated
vendored
Normal file
14
node_modules/ol/renderer/canvas/common.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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
|
||||
Reference in New Issue
Block a user