Skip to content

Commit

Permalink
bump deck.gl and react
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Feb 2, 2024
1 parent 9c0c2c0 commit d0d41c0
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 299 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 d0d41c0

Please sign in to comment.