UNPKG

google-photos-migrate

Version:

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

10 lines (9 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MetaType = void 0; var MetaType; (function (MetaType) { MetaType["NONE"] = "NONE"; MetaType["EXIF"] = "EXIF"; MetaType["QUICKTIME"] = "QUICKTIME"; })(MetaType || (exports.MetaType = MetaType = {}));