react-viewerbase

A set of React components for Medical Imaging Viewers.

Install

npm install --save react-viewerbase
Bash

Usage

import React, { Component } from 'react'

import CornerstoneViewport from 'react-viewerbase'

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

To run locally

  1. Clone this repository
  2. cd react-viewerbase
  3. yarn install
  4. yarn start
  5. in new termainal
  6. cd example
  7. yarn install
  8. yarn start

GitHub

Core medical image viewer components built using ReactRead More

Latest commit to the master branch on 8-14-2019
Download as zip