Hi,
I'm implementing an image viewer with cornerstone using TypeScript. It is still in early stages but cornerstone, cornerstoneTools and cornerstoneMath libraries are now working fine from TypeScript after I made initial type definition files for them. So congrats and thank yous for making that possible!
But now I'm having difficulties with the WADO image loader. See these stackoverflow questions:
I'm sure TypeScript is not a priority for cornerstone, but these issues would probably be more easily fixed in JavaScript side, than trying to work around them in TypeScript. At least WADO image loader's reliance of on dicomParser could be parameterized, same as JQuery and cornerstone are.
Any interest in making use of cornerstone in TypeScript easier? And before you ask, yes, I'm ready to contribute (though I'm not a really confident JavaScript/TypeScript developer yet). Just have to figure out what actually needs be done and what I did to get things working on TypeScript side.
- Jussi