const commands = { SELECT_FILE: "Select a File", SELECT_FOLDER: "Select a Folder", UPSCAYL: "Upscale the Image", UPSCAYL_DONE: "Upscaling Done", UPSCAYL_PROGRESS: "Send Progress from Main to Renderer", SHARPEN: "Sharpen the Image First", SHARPEN_PROGRESS: "Send Sharpening Progress from Main to Renderer", }; module.exports = commands;