@niivue/niivue
v0.68.2
Published
minimal webgl2 nifti image viewer
Maintainers
Readme
NiiVue
NiiVue is web-based visualization tool for neuroimaging that can run on any operating system and any web device (phone, tablet, computer). This repository contains only the core NiiVue package that can be embedded into other projects. See niivue.com for examples and documentation.
Local Development
To run a hot-loading development that is updated whenever you save changes to any source files, you can run:
git clone [email protected]:niivue/niivue.git
cd niivue
npm install
npm run dev