UNPKG

kepler.gl

Version:

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

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