UNPKG
@carto/airship-bridge
Version:
latest (2.4.1)
prerelease (2.4.1-rc.0)
2.4.1
2.4.1-rc.0
2.4.0
2.4.0-rc.0
2.3.4
2.3.3
2.3.2
2.3.2-rc.2
2.3.2-rc.1
2.3.2-rc.0
2.3.1
2.3.1-rc.2
2.3.1-rc.1
2.3.1-rc.0
2.2.1
2.2.0
2.2.0-rc.2.2
2.2.0-rc.2.1
2.2.0-rc.2
2.2.0-rc.1
2.2.0-rc.0
2.2.0-2.2.0-rc.3.0
2.1.1
2.1.0
2.1.0-rc.2
2.1.0-rc.1
2.1.0-rc.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.0
2.0.0-rc.3
2.0.0-rc.2
Airship bridge to other libs (CARTO VL, CARTO.js)
@carto/airship-bridge
/
dist
/
index.js
10 lines
(9 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
};