exif-js / exif-js

JavaScript library for reading EXIF image metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Returns empty object

ablert952 opened this issue · comments

Exif.getData(fileObj, function () {
const allTags = Exif.getAllTags(this)
console.log(allTags,'allTags')}) // {},‘allTags’

I passed in a File object, and the callback function returned an empty object.

My friend, this problem also happened to me. Have you solved it?

ok