2

As I mentioned in the title, how do I replace a color with a image in NodeJS? Like a green screen

Vexop
  • 21
  • 2

2 Answers2

1

The replace colour package using Jimp does exactly that

https://www.npmjs.com/package/replace-color

Blowsie
  • 40,239
  • 15
  • 88
  • 108
0

I would start out by saying that node is probably not the best thing to do this in. But I usually use https://sharp.pixelplumbing.com/ for all my image processing in node.