Live Examples
Every viewer on these pages is the real neuroimjs library running in your browser against an MNI152 template — interact with them directly.
Orthogonal viewer
The classic three-plane layout, synchronized by a shared crosshair.
Single slice views
Individual planes you can place anywhere and synchronize yourself.
Running these locally
The repository ships the same demos as standalone pages:
bash
git clone https://github.com/bbuchsbaum/neuroimjs
cd neuroimjs
npm install
npm run demo:composable # all composable-view demos
npm run demo:single-view # single axial view
npm run demo:two-view # two synchronized views
npm run demo:multi-panel # custom multi-panel layout
npm run demo:simple-ortho # classic 3-viewEach maps to an HTML file under examples/. They load a bundled MNI152 template and wire up the viewers exactly as shown in these walkthroughs.