5
Is there any image handler similar to canvas
or jimp
for node.js
?
Explanation of why you don’t want to use either:
So I was trying to use canvas
as a test, and it’s taking too long to compile the file, and the jimp
did not write the file at the same time as its composition. And it also took a long time.
OBS: That contains how to place two images and return one.
Thank you, I tested it yesterday and it’s really fast
– Pedro Pinto