Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 454 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 454 Bytes

NiiVue brainchop

This is an experimental version of brainchop that uses NiiVue to segment and visualize voxel based images.

Live preview

https://niivue.github.io/niivue-brainchop/

Getting started

To run

git clone https://github.com/niivue/niivue-brainchop
cd niivue-brainchop
npm install
npm run dev

To build

npm run build