UNPKG
geotiff.js
Version:
latest (1.0.1)
1.0.1
GeoTIFF image decoding in JavaScript
github.com/geotiffjs/geotiff.js
geotiffjs/geotiff.js
geotiff.js
/
.babelrc
13 lines
(12 loc)
•
155 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
:
[
"env"
]
,
"plugins"
:
[
[
"transform-runtime"
,
{
"polyfill"
:
false
,
"regenerator"
:
true
}
]
]
}