UNPKG

kepler.gl

Version:

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

8 lines (7 loc) 256 B
export * from './data'; export * from './data-type'; export * from './string'; export * from './url'; export * from './promise'; export { getCentroid, getHexFields, h3IsValid, idToPolygonGeo } from './h3-utils'; export type { Centroid } from './h3-utils';