diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue index 65054b25..a4681a03 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue @@ -134,6 +134,8 @@ export default { name: "ImageJ.JS", src: "https://ij.imjoy.io" }); + // load the ITK/VTK viewer for imagej.js + this.loadPlugin("https://gist.githubusercontent.com/oeway/e5c980fbf6582f25fde795262a7e33ec/raw/itk-vtk-viewer-imagej.imjoy.html"); this.$store.commit("addOpenInImjoyMenuItem", { title: "ImageJ.JS", async callback(name, imageUrl) {