UNPKG

kepler.gl

Version:

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

5 lines (4 loc) 200 B
import { Viewport } from '@deck.gl/core'; type CoordinateSystem = number; export declare function shouldComposeModelMatrix(viewport: Viewport, coordinateSystem: CoordinateSystem): boolean; export {};