/** * An array with two elements, representing a pixel. The first element is the * x-coordinate, the second the y-coordinate of the pixel. */ export type Pixel = number[];