We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa573c + 5f32437 commit c229c31Copy full SHA for c229c31
src/types/index.ts
@@ -4,7 +4,7 @@ import type { Feature, FeatureCollection, Polygon, MultiPolygon } from "geojson"
4
5
export type MaskStrategy = "inside" | "outside";
6
7
-export type PixelValuesToColorFn = (values: number[]) => string;
+export type PixelValuesToColorFn = (values: number[]) => string | null;
8
9
export type DebugLevel = 0 | 1 | 2 | 3 | 4 | 5;
10
0 commit comments