UNPKG

@acransac/vtk.js

Version:

Visualization Toolkit for the Web

15 lines (12 loc) 277 B
export const TextAlign = { LEFT: 'LEFT', RIGHT: 'RIGHT', CENTER: 'CENTER', }; // TOP means the text grows upwards and BOTTOM downwards. export const VerticalAlign = { TOP: 'TOP', BOTTOM: 'BOTTOM', CENTER: 'CENTER', }; export default { TextAlign, VerticalAlign };