Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 466 Bytes

itk-webpack-example

This example demonstrates how to load DICOM files using itk.js. More information can be found in the example documentation.

Run Locally

npm install
npm run start

And visit http://localhost:8080/.

Development

npm install
npm run build
npm test