allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

Use zarrita #168

Closed frasercl closed 9 months ago

frasercl commented 9 months ago

Zarrita.js is a slightly more modular zarr library which works in a similar way to zarr.js, but fixes a number of problems we've been facing with the current library:

This PR switches us from zarr to zarrita. Remarkably little actually changes about how we interact with the library. The biggest change is converting the store wrapper from an instance of Store, which requires lots of methods that look like interacting with a filesystem, to an instance of Readable, which requires only one method: get.