# react-vtkjs-viewport **Repository Path**: chinasb/react-vtkjs-viewport ## Basic Information - **Project Name**: react-vtkjs-viewport - **Description**: VTK.js image viewport component in React - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-28 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-vtkjs-viewport > VTK.js image viewport component for React [![NPM](https://img.shields.io/npm/v/react-vtkjs-viewport.svg)](https://www.npmjs.com/package/react-vtkjs-viewport) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FOHIF%2Freact-vtkjs-viewport.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FOHIF%2Freact-vtkjs-viewport?ref=badge_shield) ## Install ```bash # With NPM npm install --save react-vtkjs-viewport # With Yarn yarn add react-vtkjs-viewport ``` ## Development Local development uses `/examples` as a test application. You can import the VTK Viewport using a WebPack alias like so: `import VtkViewport from '@vtk-viewport'` Any updates to the example files or the VtkViewport's source will cause WebPack to rebuild. ```bash # Restore Dependencies yarn install # Start Local Dev Server yarn run dev ``` ## License MIT © [OHIF](https://github.com/OHIF) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FOHIF%2Freact-vtkjs-viewport.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FOHIF%2Freact-vtkjs-viewport?ref=badge_large)