UNPKG
@argdown/map-views
Version:
latest (2.0.0)
2.0.0
1.7.10
1.7.9
1.7.8
1.7.7
1.7.0
1.6.1
1.6.0
1.5.0
1.4.9
1.4.7
1.4.5
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
Browser-based map views for Argdown data using dagre-d3 and viz.js
christianvoigt/argdown
@argdown/map-views
/
dist
/
IMapState.js
6 lines
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
defaultMapState
=
{
size:
{
width:
0
,
height:
0
},
position:
{
x:
0
,
y:
0
},
scale:
1
}
;
//#
sourceMappingURL=IMapState.js.map