Path: blob/master/node_modules/@jimp/plugin-blur/README.md
2591 views
@jimp/plugin-blur
Blur an image.
A fast blur algorithm that produces similar effect to a Gaussian blur - but MUCH quicker
Usage
@param {number} r the pixel radius of the blur
@param {function(Error, Jimp)} cb (optional) a callback for when complete