UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

10 lines (8 loc) 151 B
const InterpolationType = { NEAREST: 0, LINEAR: 1 }; var Constants = { InterpolationType }; export { InterpolationType, Constants as default };