Ecosystem integration for types and references for 3DICOM Online Viewer (3CR) within the Browser (client-side)
Use the package manager npm or yarn to install @3cr/viewer-types-ts
npm
npm install @3cr/viewer-types-ts
yarn
yarn add @3cr/viewer-types-ts
-
Import any of the types specified in index.ts and use them within the 3CR ecosystem
Typescript (.ts)
import { ViewerOptions, } from "@3cr/viewer-types-ts"; const options: Partial<ViewerOptions> = { disableReset: true };
Pull requests are welcome. For changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.