React component for creating blurred backgrounds.
npm install react-blurReact component for creating blurred backgrounds using canvas.

``js`
npm install react-blur --save
`js`
import Blur from "react-blur";
`jsx`
The content.
For a complete example see the code in the demo branch.
#### Props
- img: The image path.blurRadius
- : Optional. The size of the blur radius.enableStyles
- : Optional. Flag to include base styles inline, omit this to easily override.shouldResize
- : Optional. If the canvas should re-render on resize? Defaults to true.resizeInterval`: Optional. How fast the canvas should re-render on resize? Defaults to 128ms.
-
_Thanks to Quasimodo for the original stack blur algorithm._