Skip to content

Commit

Permalink
feat: Update Vite build (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 19, 2023
1 parent 0c16bb4 commit adf7db7
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 189 deletions.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/main.ts"></script>
<script type="module">
// import * as vizarr from "@hms-dbmi/vizarr";
// let viewer = vizarr.createViewer(root);
// viewer.addImage({ source: "https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.1/4495402.zarr" });
</script>
<style>
html {
background-color: black;
Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as vizarr from '@hms-dbmi/vizarr';
import * as vizarr from './src/index';
import debounce from 'just-debounce-it';

async function initImjoy(viewer: vizarr.VizarrViewer) {
Expand Down
Loading

0 comments on commit adf7db7

Please sign in to comment.