bumpy
Results
2
comments of
bumpy
You do not need to install them. They are built into node.
I believe the image can be any source, so you code would look this: ```js mergeImages([ base64_1, base64_2 ]) .then(b64 => ...); ```