0 votes
in NodeJS Essentials by

Which of the following is used to create image processing services in Node.js?

A) sharp

B) gm

C) jimp

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: sharp, gm, and jimp are all used to create image processing services in Node.js.

...