javierbyte / react-blur

React component to blur image backgrounds using canvas.

Home Page:https://javier.xyz/react-blur/

Repository from Github https://github.comjavierbyte/react-blurRepository from Github https://github.comjavierbyte/react-blur

React component for creating blurred backgrounds using canvas.

react-blur

Installation

npm install react-blur --save

Usage

import Blur from "react-blur";

Example

<Blur img="/directory/img.jpg" blurRadius={5} enableStyles>
  The content.
</Blur>

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.

Contributing

Thanks to Quasimodo for the original stack blur algorithm.

About

React component to blur image backgrounds using canvas.

https://javier.xyz/react-blur/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 84.6%Language:HTML 15.3%Language:Shell 0.1%