itk-vtk-viewer icon indicating copy to clipboard operation
itk-vtk-viewer copied to clipboard

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js

Results 81 itk-vtk-viewer issues
Sort by recently updated
recently updated
newest added

Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...

dependencies

Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependencies [axios](https://github.com/axios/axios), [itk-image-io](https://github.com/InsightSoftwareConsortium/itk-wasm) and [itk-wasm](https://github.com/InsightSoftwareConsortium/itk-wasm). These dependencies need to be updated together. Updates `axios` from 0.23.0 to 1.6.7 Release notes Sourced from axios's...

dependencies

Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependencies [axios](https://github.com/axios/axios), [itk-image-io](https://github.com/InsightSoftwareConsortium/itk-wasm) and [itk-wasm](https://github.com/InsightSoftwareConsortium/itk-wasm). These dependencies need to be updated together. Updates `axios` from 0.23.0 to 1.6.7 Release notes Sourced from axios's...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.8. Release notes Sourced from axios's releases. Release v1.6.8 Release notes: Bug Fixes AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)...

dependencies

For DANDI we are considering to implement custom support for zarr "filesets" versioning. There is an experimental webdav which is reverse proxied by apache at is https://dandi.centerforopenneuroscience.org . What we...

Chrome shows an "aw snap" when running `npm run test:headless` localy when it gets to test 79. Same behavior on #727 after upgrading puppeteer": "^21.6.0

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

The [ITK-VTK-Viewer web application documentation](https://kitware.github.io/itk-vtk-viewer/docs/viewer.html) has a few examples of helpful URL parameters for given use cases, but it is unclear whether these are a complete summary of available URL...

Hi, I'm using the itk-vtk-viewer in my react app as a component on one page, and it receives live frames from websocket and then display it by setImage(image,"live-frame"). But the...