UNPKG

exiftool-vendored

Version:
15 lines 629 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const node_path_1 = __importDefault(require("node:path")); const _chai_spec_1 = require("../_chai.spec"); const ExifTool_1 = require("../ExifTool"); async function run() { await ExifTool_1.exiftool.write(node_path_1.default.join(_chai_spec_1.testDir, "quotes.jpg"), { Title: _chai_spec_1.UnicodeTestMessage, }); } run().then(() => ExifTool_1.exiftool.end()); //# sourceMappingURL=writeTitle.js.map