exifr v4.0.0 Release Notes

Release Date: 2020-03-05 // about 4 years ago
  • โž• Added

    • ๐Ÿ“œ XMP XML Parser
    • ๐Ÿ‘ XMP Extended support. To extract all XMP segments, set options.multiSegment or options.xmp.multiSegment to true.

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ output.xmp is no longer where the XMP segment data are stored. XMP tags are parsed, grouped by namespace and each namespace is assigned directly to output object, like output.xmlns, output.GPano, output.crs and more. This can be disabled by setting options.xmp.parse: false

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ท window.BigInt bug in webworker