UNPKG
jeotiff
Version:
latest (0.4.2)
0.4.2
0.4.1
GeoTIFF image decoding in JavaScript
github.com/constantinius/geotiff.js
constantinius/geotiff.js
jeotiff
/
rollup.config.js
12 lines
(10 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export default {
input
:
"index"
, plugins: [],
output
: { extend:
true
, file:
"dist/geotiff.js"
,
format
:
"umd"
, name:
"jeotiff"
} };