We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32080ca + e224978 commit 8d06596Copy full SHA for 8d06596
README.md
@@ -1,6 +1,8 @@
1
-# BioNGFF Viewer
+# 🚧 BioNGFF Viewer 🚧
2
3
-Monorepo while testing around
+Web viewer for bioimaging data.
4
+Built to support [NGFF specifications](https://ngff.openmicroscopy.org/latest/).
5
+Leverages [Vizarr](https://github.com/hms-dbmi/vizarr).
6
7
## Demo
8
sites/app/index.html
@@ -2,9 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Vite + React</title>
+ <title>BioNGFF - Viewer</title>
</head>
9
<body>
10
<div id="root"></div>
0 commit comments