UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 360 B
import type { ImageInput, ImageState } from './types'; declare type LoadImagesOptions = { gl: WebGLRenderingContext | WebGL2RenderingContext; images: ImageState; imagesData: ImageInput; oldImagesData: ImageInput; }; export declare function loadImages({ gl, images, imagesData, oldImagesData }: LoadImagesOptions): ImageState | null; export {};