UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

8 lines (7 loc) 100 B
export type LUT = { image: { width: number; height: number; data: Uint8Array; }; };