A TypeScript Nifti viewer for voxel and mesh based images. This is a port of the NiiVue viewer created by Chris Rorden and Taylor Hanayik.
This project uses the boilerplate code from Jason Sturges Vite TypeScript NPM package repo. The architecture is modeled after the KhronosGroup glTF sample viewer.
Run npm install to get started.
npm install
The following tasks are available for npm run
:
start
: Run Vite in host mode for a local development environment (not included in production build)watch
: Run Vite in watch mode to detect changes to files during developmentbuild
: Run Vite to build a production release distributable