Load ITK VTK viewer
This commit is contained in:
parent
61c49e520f
commit
a692b90ede
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ export default {
|
||||||
name: "ImageJ.JS",
|
name: "ImageJ.JS",
|
||||||
src: "https://ij.imjoy.io"
|
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", {
|
this.$store.commit("addOpenInImjoyMenuItem", {
|
||||||
title: "ImageJ.JS",
|
title: "ImageJ.JS",
|
||||||
async callback(name, imageUrl) {
|
async callback(name, imageUrl) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue