bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
30 stars 29 forks source link

Is it possible to make it supported on web? #49

Open ValentinVignal opened 8 months ago

ValentinVignal commented 8 months ago

I'm running my app on mobile platforms, but also on web. I get an empty map when using readExifFromBytes and it seems like it is not supported on web

image