Load ITK VTK viewer

This commit is contained in:
oeway 2021-02-14 18:16:50 +01:00
parent 61c49e520f
commit a692b90ede

View file

@ -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) {