UNPKG

kepler.gl

Version:

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

36 lines (24 loc) 649 B
// SPDX-License-Identifier: MIT // Copyright contributors to the kepler.gl project // Reducers export * from '@kepler.gl/reducers'; // Schemas export * from '@kepler.gl/schemas'; // Actions export * from '@kepler.gl/actions'; // Constants export * from '@kepler.gl/constants'; // Processors export * from '@kepler.gl/processors'; // Components export * from '@kepler.gl/components'; // Layers export * from '@kepler.gl/layers'; // Styles export * from '@kepler.gl/styles'; // Utils export * from '@kepler.gl/utils'; // AI Assistant export * from '@kepler.gl/ai-assistant'; // Default export export {default} from '@kepler.gl/components';