Skip to content

Commit

Permalink
fix(examples): fix labelmap interpolation example
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Feb 4, 2025
1 parent 9689110 commit 675eb28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/demo/helpers/initDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export async function peerImport(moduleId) {
return import('@icr/polyseg-wasm');
}

if (moduleId === 'itk-wasm') {
return import('itk-wasm');
}

if (moduleId === '@itk-wasm/morphological-contour-interpolation') {
return import('@itk-wasm/morphological-contour-interpolation');
}
Expand Down

0 comments on commit 675eb28

Please sign in to comment.