/** * Pixel coordinates */ export type PixelPoint = [x: number, y: number];