We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9689110 commit e64d428Copy full SHA for e64d428
utils/demo/helpers/initDemo.js
@@ -52,6 +52,10 @@ export async function peerImport(moduleId) {
52
return import('@icr/polyseg-wasm');
53
}
54
55
+ if (moduleId === 'itk-wasm') {
56
+ return import('itk-wasm');
57
+ }
58
+
59
if (moduleId === '@itk-wasm/morphological-contour-interpolation') {
60
return import('@itk-wasm/morphological-contour-interpolation');
61
0 commit comments