.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useEffect, useRef, useCallback, useState } from "react"
|
||||
import cornerstoneDICOMImageLoader from "@cornerstonejs/dicom-image-loader"
|
||||
import {
|
||||
RenderingEngine,
|
||||
Enums,
|
||||
@@ -14,11 +15,12 @@ import { readDicomElementExplicit } from "dicom-parser"
|
||||
import { volumeLoader } from '@cornerstonejs/core';
|
||||
import { metaData } from '@cornerstonejs/core';
|
||||
import * as dicomParser from "dicom-parser";
|
||||
import cornerstoneDICOMImageLoader from "@cornerstonejs/dicom-image-loader"
|
||||
|
||||
import { NoLabelArrowAnnotateTool } from "./NoLabelArrowAnnotateTool";
|
||||
import { render } from "@cornerstonejs/tools/tools/displayTools/Labelmap/labelmapDisplay"
|
||||
|
||||
|
||||
|
||||
// Extend the Window interface to include cornerstoneTools
|
||||
declare global {
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user