omezarr-tilesource 0.0.1 → 0.0.2
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 +3 -3
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
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
8
|
[](https://www.npmjs.com/package/OMEZarrTileSource)
|
|
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
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omezarr-tilesource",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "An OpenSeadragon tile source for the OME-Zarr bioimage file format",
|
|
5
|
+
"homepage": "https://github.com/TissUUmaps/OMEZarrTileSource#readme",
|
|
6
|
+
"bugs": "https://github.com/TissUUmaps/OMEZarrTileSource/issues",
|
|
7
|
+
"license": "MIT",
|
|
4
8
|
"author": "Jonas Windhager <jonas@windhager.io> (https://www.windhager.io)",
|
|
5
9
|
"repository": {
|
|
6
10
|
"type": "git",
|