Alireza
Alireza
[Bug] Could not find a declaration file for module '@cornerstonejs/dicom-image-loader' in Angular 17
it is odd, search in the cornerstone github, there are some discussions for related issues in `vite`
I'm closing this for now (continuing here https://github.com/cornerstonejs/cornerstone3D/pull/771) The reason is that there will be a sever performance drop for the sphere tool (as we are filling inside all spheres...
Re-opening since we need this for the history API, and we have a good web worker api right now to put stuff there
So on the way back to stack it doesn't work? I guess it might be the cacheOptimizations. Can you set that to off? enableCacheOptimization: true,
This looks good for now, but as discussed we need to decide whether to merge or not.
:tada: This PR is included in version 4.13.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/cornerstone-wado-image-loader/v/4.13.2) - [GitHub release](https://github.com/cornerstonejs/cornerstoneWADOImageLoader/releases/tag/v4.13.2) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
There are VS Code extensions for highlighting WebGL errors, so I suppose it is technically possible.
I see, maybe the vscode extensions use another language server, I haven't looked deep
you need to copy the onnx binaries something like this ``` new CopyPlugin({ patterns: [ { from: '../../../node_modules/onnxruntime-web/dist', to: '${destPath.replace(/\\/g, '/')}/dist', }, ], }), ```