UNPKG

google-photos-migrate

Version:

A tool to fix EXIF data and recover filenames from a Google Photos takeout.

7 lines (6 loc) 180 B
export var MetaType; (function (MetaType) { MetaType["NONE"] = "NONE"; MetaType["EXIF"] = "EXIF"; MetaType["QUICKTIME"] = "QUICKTIME"; })(MetaType || (MetaType = {}));