This commit is contained in:
12
node_modules/ol/src/pixel.js
generated
vendored
Normal file
12
node_modules/ol/src/pixel.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @module ol/pixel
|
||||
*/
|
||||
|
||||
/**
|
||||
* An array with two elements, representing a pixel. The first element is the
|
||||
* x-coordinate, the second the y-coordinate of the pixel.
|
||||
* @typedef {Array<number>} Pixel
|
||||
* @api
|
||||
*/
|
||||
|
||||
export let nothing;
|
||||
Reference in New Issue
Block a user