gomfunkel / node-exif

A node.js library to extract Exif metadata from images.
MIT License
581 stars 104 forks source link

Use is-buffer instead of checking constructor.name #74

Open josephfrazier opened 6 years ago

josephfrazier commented 6 years ago

This makes it work with browserified/webpacked Buffers (Uint8Array instances)