I have this image, that is white, but there is some black text on it (and a square), and I want to replace the white with another image. How do I do this in node-canvas? I checked out the documentation but there isn't a layer feature, so how can I accomplish that without layers?
I also don't want to use applyText
or anything like that because I've already got all the images done :/.