scijs / get-pixels

Reads an image into an ndarray
MIT License
543 stars 108 forks source link

Use phin instead of request #36

Closed ethanent closed 3 years ago

ethanent commented 7 years ago

phin is a lightweight, fast HTTP module with no dependencies. (Using phin instead of request cuts down dependency tree size by 22!)

kgryte commented 7 years ago

Better would be to use no dependency at all and just the built-in http module.