Easy way to manipulate images.
npm i canvadion --save
Then...
const { canvadion } = require("canvadion")
let image = await canvadion(image1, image2);
let attachment = new Discord.MessageAttachment(image, "ship.png");
return message.channel.send(attachment);