UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

6 lines (5 loc) 326 B
import type { Types } from '@cornerstonejs/core'; import type { WebWorkerDecodeConfig } from '../../types'; export declare function initialize(decodeConfig?: WebWorkerDecodeConfig): Promise<void>; declare function decodeAsync(compressedImageFrame: any, imageInfo: any): Promise<Types.IImageFrame>; export default decodeAsync;