A JavaScript library for reading EXIF meta data from HEIC files created by iOS devices.
The primary method getTags
takes an HEIC file in the form of ArrayBuffer
, and return a collection of extracted EXIF tags.
Most of the meaningful code was based on Exif.js.