Matt McCormick

Results 430 comments of Matt McCormick

Experimental support added in #533 by unsetting itkConfig.webWorkersUrl and setting itkConfig.pipelineWorkerUrl = null.

No support for image-io, too. This would require ESM dynamic import's in the web-worker, which is also currently not supported by Firefox. Still not supported by Firefox -- examples to...

Please try the latest itk-wasm :-)

@stounej There is documentation. If there is something missing, then create a helpful issue with specifics.

Hi @rjsgml5698, your feedback on your experiences are very helpful. Yes, we will be creating some examples. xref #198 #141 #74

Hi @a3VonG ! > I have created a pipeline that modifies vtkPolyData. Nice! > However vtkPolyData is not a supported IOType as input (it is for output). Why is this?...

The conversion function functions are demonstrated here: https://kitware.github.io/vtk-js/examples/ItkWasmGeometry.html

Hi @ty-ler , Thanks for the detailed report and example project :clap: . It seems the Typescript compilation in the project passes, but the execution of `node dist/index.js` fails because...

Hi @FezVrasta , are these errors with ESM or CommonJS modules?

@FezVrasta thanks for the hard work investigating. The JS ecosystem is in a frustrating place now with ESM migration. I think I know the answer, but to confirm -- you...