Skip to content

cornerstonejs/react-cornerstone-viewport

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2019
Mar 3, 2020
Oct 8, 2019
Nov 14, 2019
Oct 8, 2019
Jun 11, 2021
Dec 6, 2018
Oct 8, 2019
Oct 8, 2019
Sep 13, 2019
Oct 8, 2019
Dec 5, 2018
Jul 2, 2020
Oct 8, 2019
Oct 8, 2019
Jul 3, 2020
Jul 3, 2020
Oct 8, 2019

Repository files navigation

react-cornerstone-viewport

Cornerstone medical image viewport component for React

NPM

Documentation and Examples: https://react.cornerstonejs.org/

Install

## NPM
npm install --save react-cornerstone-viewport

## Yarn
yarn add react-cornerstone-viewport

Usage

import React, { Component } from 'react'

import CornerstoneViewport from 'react-cornerstone-viewport'

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

License

MIT © OHIF