UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

8 lines (7 loc) 400 B
/** * Convert layer blending config to deck.gl 9.x parameters format. * In deck.gl 9.x, blending is set via `parameters` prop using WebGPU-style string constants * instead of calling setParameters with GL constants. */ export declare function getLayerBlendingParameters(layerBlending: string): Record<string, string | boolean>; export declare function patchDeckRendererForPostProcessing(): void;