our-medical
Version:
medical image vue component
8 lines (7 loc) • 359 B
TypeScript
import type { Types as toolsTypes } from '@cornerstonejs/tools';
import type { Types as coreTypes } from '@cornerstonejs/core';
export default function drawImage(svgDrawingHelper: toolsTypes.SVGDrawingHelper, annotationUID: string, polylineUID: string, position: coreTypes.Point2, options: {
href: string;
height: number;
width: number;
}): void;