UNPKG

@niivue/niivue

Version:

minimal webgl2 nifti image viewer

15 lines (10 loc) 538 B
# 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](https://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 git@github.com:niivue/niivue.git cd niivue npm install npm run dev ```