@3cr/viewer-types-ts

1.0.30 • Public • Published

@3cr/viewer-types-ts

Ecosystem integration for types and references for 3DICOM Online Viewer (3CR) within the Browser (client-side)

Install @3cr/viewer-types-ts package

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

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 {
      ViewerOptions,
    } from "@3cr/viewer-types-ts";
    
    const options: Partial<ViewerOptions> = {
        disableReset: true
    };

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

Readme

Keywords

none

Package Sidebar

Install

npm i @3cr/viewer-types-ts

Weekly Downloads

58

Version

1.0.30

License

ISC

Unpacked Size

94.4 kB

Total Files

114

Last publish

Collaborators

  • elliottcooper