nodeca / probe-image-size

Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, PSD, ICO.
MIT License
978 stars 77 forks source link

probeStream should accept options, not keepOpen #66

Closed abettadapur closed 2 years ago

abettadapur commented 2 years ago

probeHTTP accepts an options object, but probeStream just expects a boolean

We should keep these interfaces similar