@cornerstonejs/nifti-image-loader
Version:
Cornerstone ImageLoader for NIfTI
15 lines (11 loc) • 360 B
JavaScript
import nifti from '../nifti/index.js';
/**
* Register the WADO-URI and WADO-RS image loaders and metaData providers
* with an instance of Cornerstone Core.
*
* @param cornerstone The Cornerstone Core library to register the image loaders with
*/
function registerLoaders (cornerstone) {
nifti.register(cornerstone);
}
export default registerLoaders;