UNPKG

@carto/airship-bridge

Version:

Airship bridge to other libs (CARTO VL, CARTO.js)

10 lines (9 loc) 210 B
import Layers from './vl/layers'; import Legends from './vl/legends'; import VLBridge from './vl/VLBridge'; var VL = { Bridge: VLBridge, Layers: Layers, Legends: Legends }; export { VLBridge, VL };