cornerstonejs / dicomParser

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

why inflater is a required option? #191

Closed yllan closed 2 years ago

yllan commented 2 years ago

According to this line, https://github.com/cornerstonejs/dicomParser/blob/master/index.d.ts#L124

inflater is a required option. Why is that? I thought it should be optional.

wayfarer3130 commented 2 years ago

Agreed, changed the argument to not be required.