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
/
Filters
/
Sources
/
Arrow2DSource
/
Constants.js
13 lines
(11 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
var
ShapeType
= {
TRIANGLE
:
'triangle'
,
STAR
:
'star'
,
ARROW_4
:
'arrow4points'
,
ARROW_6
:
'arrow6points'
};
var
Constants
= {
ShapeType
:
ShapeType
};
export
default
Constants
;
export
{
ShapeType
};