UNPKG

@cornerstonejs/core

Version:
13 lines (12 loc) 460 B
import type { IStackViewport, IVolumeViewport, Point3 } from '../types/index.js'; import type { OrientationAxis } from '../enums/index.js'; declare function convertStackToVolumeViewport({ viewport, options, }: { viewport: IStackViewport; options?: { volumeId?: string; viewportId?: string; background?: Point3; orientation?: OrientationAxis; }; }): Promise<IVolumeViewport>; export { convertStackToVolumeViewport };