UNPKG
@thewtex/vtk.js-esm
Version:
latest (18.4.2-77b22c7239.1)
18.4.2-77b22c7239.1
18.4.2-77b22c7239
Visualization Toolkit for the Web
github.com/kitware/vtk-js
kitware/vtk-js
@thewtex/vtk.js-esm
/
Interaction
/
Widgets
/
OrientationMarkerWidget
/
Constants.js
12 lines
(10 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
Corners
= {
TOP_LEFT
:
'TOP_LEFT'
,
TOP_RIGHT
:
'TOP_RIGHT'
,
BOTTOM_LEFT
:
'BOTTOM_LEFT'
,
BOTTOM_RIGHT
:
'BOTTOM_RIGHT'
};
var
Constants
= {
Corners
:
Corners
};
export
default
Constants
;