Is there any image manipulator similar to canvas
or jimp
to node.js
?
Explanation of why you do not want to use either:
So I was trying to use canvas
as a test, and it takes a long time to compile the file, and jimp
did not write the file at the same time as the composition of it. And it took too long.
OBS: That contains how to put two images and return one.