UNPKG

kepler.gl

Version:

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

8 lines (6 loc) 265 B
// SPDX-License-Identifier: MIT // Copyright contributors to the kepler.gl project import {keplerGlDuckDBPlugin} from './plugin'; export {KeplerGlDuckDbTable} from './table/duckdb-table'; export {SqlPanel} from './components'; export default keplerGlDuckDBPlugin;