This is an experimental DICOM Web viewer, written in Rust.
The viewer uses DICOM-rs to deliver a viewer proof of concept, using WebAssembly.
Note: This viewer does not intend to be suitable for clinical purposes.
npm install
# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start
# Builds the project and places it into the `dist` folder.
npm run build