- Read axes from coordinateSystems #16
- Handle omero.rdef.defaultZ with images downsampled in Z #15
- Define path to types in package.json (Thanks to Peyton Lee) #12
- Support 64-bit data #10
- Update README
- Export types used in public methods (Thanks to Konrad Rokicki) #7
- Bump zarrita@^5.0.0
- Ship CommonJS and ES modules again
- Fix scaling of renderThumbnail() for v0.1, v0.2, v0.3
- Fix rendering of LUTs when active channel is not first channel
- Support getMultiscaleWithArray(store_or_url)
- Handle missing axes from v0.1, v0.2, v0.3
- Support renderThumbnail(url_or_store)
- Add autoBoost param to renderThumbnail()
- renderThumbnail() throws Error if lowest resolution is too big
- Ship ES modules only
- Create single ome-zarr.d.ts
- Exported getSlice() and getMinMaxValues()
- Export d.ts files with vite-plugin-dts
- Exported LUTS
- Exported renderTo8bitArray()
- Added getMultiscaleWithArray(), renderImage(), getLuts() etc.
- Initial renderThumbnail() working