exifdart_html library

Classes

BlobReader
Reads sections from a (dart:html) Blob using (dart:html) FileReader.

Functions

readExifFromBlob(Blob blob, {bool printDebugInfo = false}) Future<Map<String, dynamic>?>
Reads the EXIF info from a DOM Blob object including a File object.