cornerstonejs / dicomParser

JavaScript parser for DICOM Part 10 data
MIT License
712 stars 228 forks source link

Example pages not migrated from rawgit #242

Closed Ragnar-Oock closed 1 year ago

Ragnar-Oock commented 1 year ago

all example pages listed on the Github Page where not migrated from rawgit.

Incidentally the example pages are broken because the URL to dicomParser.js (https://rawgit.com/cornerstonejs/dicomParser/master/dist/dicomParser.js) returns a 404

yagni commented 1 year ago

Hi @Ragnar-Oock, they seem to be working for me. Even though dicomParser.js returns a 404 (it was removed from the repo), the examples fall back to using the builds on unpkg. Are you seeing requests go out from your browser to unpkg?