| .. | ||
| dist | ||
| example | ||
| src | ||
| .babelrc | ||
| generateStaticSite.sh | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| yarn.lock | ||
react-viewerbase
A set of React components for Medical Imaging Viewers.
Status: Under development
Install
npm install --save react-viewerbase
Usage
import React, { Component } from 'react'
import CornerstoneViewport from 'react-viewerbase'
class Example extends Component {
render () {
return (
<CornerstoneViewport />
)
}
}
To run locally
- Clone this repository and build the library
cd react-viewerbaseyarn installyarn start- Open a new terminal (or tab) and build the example application.
cd exampleyarn installyarn start
License
MIT © OHIF