Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 312 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 312 Bytes

Volume Viewer

How to use

  1. install dependencies
pnpm install
  1. run dev server
pnpm dev
  1. open http://localhost:5173

  2. load volume data

Data format

  • npy file
  • 3D array
  • float32
  • shape: (H, W, D)

License

MIT

Screenshots

screenshot