Skip to content

Commit e64d428

Browse files
authored
fix(examples): fix labelmap interpolation example (#1808)
1 parent 9689110 commit e64d428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/demo/helpers/initDemo.js

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ export async function peerImport(moduleId) {
5252
return import('@icr/polyseg-wasm');
5353
}
5454

55+
if (moduleId === 'itk-wasm') {
56+
return import('itk-wasm');
57+
}
58+
5559
if (moduleId === '@itk-wasm/morphological-contour-interpolation') {
5660
return import('@itk-wasm/morphological-contour-interpolation');
5761
}

0 commit comments

Comments
 (0)