1.0.166 • Published 11 months ago

@3cr/types-ts v1.0.166

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
11 months ago

@3cr/types-ts

npm.io npm.io

Ecosystem integration for types and enums for 3DICOM Core Renderer (3CR) within the Browser (client-side)

Install @3cr/types-ts package

Use the package manager npm or yarn to install @3cr/types-ts

npm

npm install @3cr/types-ts

yarn

yarn add @3cr/types-ts

Using the Package

  1. Import the required types inside your code

    Import any of the types specified in index.ts and use them within the 3CR ecosystem

    Typescript (.ts)

    import {
      AnchorPoint,
      ColourPresetData,
      CurrentScanState,
      InitialScanState,
      PositionData,
      ScanView,
    } from "@3cr/types-ts";
    
    const anchorPoint: AnchorPoint = AnchorPoint.TOP;

Contributing

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.

License

MIT

1.0.110

1 year ago

1.0.166

11 months ago

1.0.107

1 year ago

1.0.138

12 months ago

1.0.126

1 year ago

1.0.25

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago