0.2.44 • Published 8 months ago

react-cornerstone-viewport-adrian v0.2.44

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-cornerstone-viewport

This is a clone of the official react-cornerstone-viewport package with custom code changes for ATX. This project creates an NPM package which can be used as a dependency in the ItxViewer project.

NPM

Setup New Developer Environment (once only)

Clone this Git repository into a different top-level folder to your other projects. Open a terminal window and run this command:

npm ci
npm adduser

You will need to log onto registry.npmjs.org and log in with your npm user account

Publish updated package to NPM

  1. Increment the version number in package.json (it doesn't matter how many times you have to update the version number)
  2. Then publish the new package uisng this command in a terminal window:
npm publish
  1. Switch to your other project in VSCode (itxviewer2)
  2. Open a command line.
  3. type 'cd atx-frontend'
  4. type 'npm install react-cornerstone-viewport-adrian' to get the new NPM package you just published.

You can check you have the latest version by looking for the correct version number for react-cornerstone-viewport-adrian in package.json

You should also check your changes into Git once you are finished for the day.

Using in another project

import React, { Component } from 'react'

import CornerstoneViewport from 'react-cornerstone-viewport-adrian'

class Example extends Component {
  render () {
    return (
      <CornerstoneViewport />
    )
  }
}

License

MIT © OHIF

0.2.44

8 months ago

0.2.41

9 months ago

0.2.40

9 months ago

0.2.27

10 months ago

0.2.26

10 months ago

0.2.25

10 months ago

0.2.24

10 months ago

0.2.23

11 months ago

0.2.22

11 months ago

0.2.43

9 months ago

0.2.21

11 months ago

0.2.42

9 months ago

0.2.20

11 months ago

0.2.19

11 months ago

0.2.18

11 months ago

0.2.39

9 months ago

0.2.17

11 months ago

0.2.30

10 months ago

0.2.38

10 months ago

0.2.16

11 months ago

0.2.37

10 months ago

0.2.15

11 months ago

0.2.36

10 months ago

0.2.14

11 months ago

0.2.35

10 months ago

0.2.13

11 months ago

0.2.34

10 months ago

0.2.12

11 months ago

0.2.33

10 months ago

0.2.11

11 months ago

0.2.32

10 months ago

0.2.10

11 months ago

0.2.31

10 months ago

0.2.29

10 months ago

0.2.28

10 months ago

0.2.9

11 months ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago