UNPKG
osm-to-svg
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Convert OpenStreetMap (OSM) data to SVG.
github.com/piLeoni/osm-to-svg
piLeoni/osm-to-svg
osm-to-svg
/
dist
/
index.d.ts
6 lines
(5 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FetchArea
}
from
"./fetchArea"
;
export
declare
class
OSM2SVG
{
constructor
(
);
fetchArea
:
FetchArea
; }