1.0.30 • Published 5 months ago

@3cr/viewer-types-ts v1.0.30

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

@3cr/viewer-types-ts

npm.io npm.io

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

1.0.30

5 months ago

1.0.29

5 months ago

1.0.28

6 months ago

1.0.27

7 months ago

1.0.26

8 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago