paraview-glance
Version:
Web application for Visualizing Scientific and Medical datasets
19 lines (18 loc) • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
//
// itkModulesPath is the path that contains the directories
//
// - WebWorkers/
// - ImageIOs/
// - MeshIOs/
// - PolyDataIOs/
//
const itkConfig = {
itkModulesPath: 'itk'
};
var _default = itkConfig;
exports.default = _default;