exifr v2.0.0 Release Notes

Release Date: 2019-07-05 // almost 5 years ago
  • 💥 Breaking changes

    • 0️⃣ default export is not longer getExif() function. It's available as named export parse()along few new ones.

    ➕ Added

    • thumbnail extraction
    • 👍 better docs and readme

    🛠 Fixed

    • *.tif and *.tiff file support (raw TIFF segments not wrapped in jpg APPn segments)
    • 🛠 many bugfixes, typos, stability improvements