bennoleslie / jsjpegmeta

Parsing JPEG meta data (EXIF) in Javascript.
MIT License
75 stars 24 forks source link

Need to modify lib to support readAsArrayBuffer #9

Open logistiker opened 8 years ago

logistiker commented 8 years ago

This library really should be updated to support readAsArrayBuffer instead of readAsBinaryString since the latter is deprecated and non-standard.