/** * Pixel coordinates */ export type PixelPoint = [x: number, y: number]; //# sourceMappingURL=PixelPoint.d.ts.map