Skip to content

Commit

Permalink
Add XMP raw string type to ExpandedTags["xmp"] type
Browse files Browse the repository at this point in the history
  • Loading branch information
suke authored and mattiasw committed Jul 22, 2022
1 parent 465497f commit 092b472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exif-reader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ interface ExpandedTags {
pngFile?: PngFileTags,
exif?: Tags,
iptc?: Tags,
xmp?: XmpTags,
xmp?: { _raw: string } & XmpTags,
icc?: IccTags,
Thumbnail?: ThumbnailTags,
gps?: GpsTags
Expand Down

0 comments on commit 092b472

Please sign in to comment.