ExifReader
ExifReader copied to clipboard
A JavaScript Exif info parser.
### Description Hi, I changed XmpTag['value'] type from intersection types to union types. It is the expected behavior to be one of the types. Current behavior  works with JPG but HEIC for thumbnail....
Thanks for your library. It's very well made and the API is a beauty to use. I just wonder if there is a way to inspect at what point the...
### Description In issue #105 and pr #106, Keywords type was changed from `NumberArrayTag` to `NumberArrayTag[]`. However, I note that it is possible to get a single value or an...
I'd like to propose using ESM imports and a plugin system as an addition (or replacement) for custom builds. To me, this has the following advantages: - Much more flexible,...
### Description I'm just adding exifreader to a personal project. I'm testing doing a custom build to see if it improves the speed of reading data (feel free to tell...
Remove shaky check for if deps were already installed. #269
- ExifReader version: 4.23.3 Hi there, I know this has been discussed before, but I am quite sure my problem is different. I use webpack to do a simple PWA...
### Description I'd like to suggest making the available tags configurable. From a user perspective, I'd imagine passing the tags to the `read` options, or exporting an `ExifReader` class that...