Work in progress.
A medical imaging graphics library for the browser. Uses WebGL 2.0, and will support all NiiVue features with an updated API, modular architecture, tiled image rendering, and more.
Useful for both radiology and pathology images.
Install bun first
curl -fsSL https://bun.com/install | bash # for macOS, Linux, and WSLThen install project dependencies
bun install# Start development server with hot reloading
bun run dev
# Run tests
bun test
# Build for production
bun run build