cornerstonejs / dicomParser

JavaScript parser for DICOM Part 10 data
MIT License
720 stars 230 forks source link

import package not working #91

Open robinjac opened 6 years ago

robinjac commented 6 years ago

Hi!

When I tried using the latest package 1.8 with parsel it did not work. "Unable to resolve dependency".

Works fine with an older version 1.7.6 so something got broken with the newer release.

galelis commented 6 years ago

@robinjac Hey Robin,

I have added a fix for the issue you reported and already released a new version of dicomParser with the fix. I have also tested the changes into a Parceljs project and it worked fine.

Please try again with latest version.

Thanks