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