Skip to content

Commit

Permalink
feat: Bump viv to v0.16 (#178)
Browse files Browse the repository at this point in the history
* feat: Bump viv to v0.16

* bump deck.gl and react

* formatting
  • Loading branch information
manzt authored Feb 2, 2024
1 parent a88c413 commit 0d7abd8
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 376 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ function initStandaloneApp(viewer: vizarr.VizarrViewer) {
}
}

function main() {
async function main() {
console.log(`vizarr v${vizarr.version}: https://github.com/hms-dbmi/vizarr`);

const viewer = vizarr.createViewer(document.querySelector('#root')!);
const viewer = await vizarr.createViewer(document.querySelector('#root')!);

// enable imjoy api when loaded as an iframe
if (window.self !== window.top) {
Expand Down
Loading

0 comments on commit 0d7abd8

Please sign in to comment.