https://jimp-dev.github.io/jimp/
Maybe there are some killer features?
That library only resizes and does other basic pixel level operations.
Skia is for drawing vector graphics.
What do you mean by "vector graphics"?
Both Canvas and ImageData work only with pixels.
That's not necessarily better or worse, it's just potentially helpful if you've got lots of Canvas-based code lying around you want to run outside a browser environment.
That library only resizes and does other basic pixel level operations.
Skia is for drawing vector graphics.