UNPKG
geospatialdraw
Version:
latest (0.4.17)
0.6.0-alpha.13
0.6.0-alpha.12
0.6.0-alpha.11
0.6.0-alpha.10
0.6.0-alpha.9
0.6.0-alpha.8
0.6.0-alpha.7
0.6.0-alpha.6
0.6.0-alpha.5
0.6.0-alpha.4
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.17
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
Geospatial Map Drawing Library
github.com/connexta/geospatialdraw
connexta/geospatialdraw
geospatialdraw
/
target
/
webapp
/
shape-utils
/
index.js
6 lines
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ShapeDetector
=
void
0
;
var
shape_detector_1 =
require
(
"./shape-detector"
);
exports
.
ShapeDetector
= shape_detector_1.
default
;
//# sourceMappingURL=index.js.map