UNPKG
esri-map-view
Version:
latest (0.9.4)
0.9.4
0.9.3
0.9.2
0.9.1
0.8.1
0.6.2
0.6.1
0.5.3
0.5.2
0.5.1
0.4.3
0.4.2
0.4.1
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.2.2
0.2.1
0.1.1
Display an Esri map view as a web component.
developers.arcgis.com
jf990/esri-map-component
esri-map-view
/
loader
/
package.json
11 lines
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"esri-map-view-loader"
,
"private"
:
true
,
"typings"
:
"./index.d.ts"
,
"module"
:
"./index.js"
,
"main"
:
"./index.cjs.js"
,
"jsnext:main"
:
"./index.es2017.js"
,
"es2015"
:
"./index.es2017.js"
,
"es2017"
:
"./index.es2017.js"
,
"unpkg"
:
"./cdn.js"
}