react-cornerstone-example
react-cornerstone-example copied to clipboard
example integrating react with cornerstone.js library for viewing DICOM medical images
trafficstars
React Cornerstone DICOM Viewer
This is a basic example showing how to use cornerstrone.js library along with React.js to show DICOM images.
Live demo
https://shalkam.github.io/react-cornerstone-example/
Development
Clone the repository
git clonecd react-cornerstone-example
Install dependencies
yarnornpm install
Start the server
yarn start
Build
yarn build- Output will be in the
builddirectory