cornerstonejs / cornerstoneWebImageLoader

Cornerstone Image Loader for Web Images (PNG, JPEG)
MIT License
69 stars 50 forks source link

404 of cornerstoneWebImageLoader #27

Closed Delink-D closed 6 years ago

Delink-D commented 6 years ago

Is this link active? when I load i get a 404 https://raw.githubusercontent.com/cornerstonejs/cornerstoneWebImageLoader/master/dist/cornerstoneWebImageLoader.js

dannyrb commented 6 years ago

dist is no longer checked in. You can use something like...

https://unpkg.com/cornerstone-web-image-loader@2.1.0/dist/cornerstoneWebImageLoader.min.js

Or use NPM, or build the dist yourself from the src.

Delink-D commented 6 years ago

Thank you @dannyrb ... It's not clear from the README

dannyrb commented 6 years ago

cornerstoneWebImageLoader is one of the less used libraries, and we're already a bit strapped for resources. Most library changes come from 3rd party pull requests (users like you). If you create a PR to clean up the README, I'd be more than happy to review + merge 👍