UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

4 lines (3 loc) 121 B
import type { LoaderOptions } from './types'; declare function init(options?: LoaderOptions): void; export default init;