Skip to content

Commit 092b472

Browse files
sukemattiasw
authored andcommitted
Add XMP raw string type to ExpandedTags["xmp"] type
1 parent 465497f commit 092b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exif-reader.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ interface ExpandedTags {
131131
pngFile?: PngFileTags,
132132
exif?: Tags,
133133
iptc?: Tags,
134-
xmp?: XmpTags,
134+
xmp?: { _raw: string } & XmpTags,
135135
icc?: IccTags,
136136
Thumbnail?: ThumbnailTags,
137137
gps?: GpsTags

0 commit comments

Comments
 (0)