Welcome to the WBV project. This typescript base package provide a web viewer dedicated to brain mesh visualization based on ThreeJS.
If your are interest in to adding a viewer to your webpage, you just new to download the last javascript release and add it to your page.
Feel free to contribute by creating new issues, create your own fork...etc
sudo apt install npm
npm install
rollup --config
# Or if you are editing the package:
rollup --config --watch
You can use typedoc to generate the documentation by following those steps:
npm run doc