UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

11 lines (9 loc) 172 B
var InterpolationType = { NEAREST: 0, LINEAR: 1 }; var Constants = { InterpolationType: InterpolationType }; export default Constants; export { InterpolationType };