WebGPU support for 3 dimensional volume image processing.
Please see https://users.flatironinstitute.org/~awatters/volumes/html/listing.html for some volume viewer examples built using this library.
npm run build
npm run dev
rm -r package-lock.json node_modules
npm install
The project structure is loosely based on the vite/library strategy outlined here: https://andrewwalpole.com/blog/use-vite-for-javascript-libraries/