omezarr-tilesource 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -5
- package/dist/omezarr-tilesource.js +235 -235
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -3,12 +3,16 @@
|
|
|
3
3
|
[](https://github.com/TissUUmaps/OMEZarrTileSource/releases)
|
|
4
4
|
[](https://github.com/TissUUmaps/OMEZarrTileSource/issues)
|
|
5
5
|
[](https://github.com/TissUUmaps/OMEZarrTileSource/pulls)
|
|
6
|
-
[](https://github.com/TissUUmaps/OMEZarrTileSource/actions/workflows/pages.
|
|
7
|
-
[](https://github.com/TissUUmaps/OMEZarrTileSource/actions/workflows/pages.yml)
|
|
7
|
+
[](https://github.com/TissUUmaps/OMEZarrTileSource/actions/workflows/publish.yml)
|
|
8
|
+
[](https://www.npmjs.com/package/omezarr-tilesource)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
|
|
11
|
-
An OpenSeadragon tile source for the OME-Zarr bioimage file format
|
|
11
|
+
An OpenSeadragon tile source for the OME-Zarr bioimage file format
|
|
12
|
+
|
|
13
|
+
## Prerequisites
|
|
14
|
+
|
|
15
|
+
OpenSeadragon 5 or newer
|
|
12
16
|
|
|
13
17
|
## Installation
|
|
14
18
|
|
|
@@ -42,7 +46,7 @@ const viewer = OpenSeadragon(
|
|
|
42
46
|
// t: undefined,
|
|
43
47
|
// c: undefined,
|
|
44
48
|
// z: undefined
|
|
45
|
-
}
|
|
49
|
+
},
|
|
46
50
|
// direct instantiation with a URL string (works with any OME-Zarr storage backend)
|
|
47
51
|
new OMEZarrTileSource(url),
|
|
48
52
|
// direct instantiation with an options object (no prior enabling required)
|