The blur() method in sharp applies a Gaussian blur mask to the image. You can control the intensity by passing a sigma (standard deviation) value.
While there's no standalone blur package, sharp is the de facto standard for applying blur and other image transformations in Node.js. Its balance of speed, ease of use, and powerful features makes it the top choice for production applications. blur pkg