javierbyte / react-blur

React component to blur image backgrounds using canvas.
https://javier.xyz/react-blur/
BSD 3-Clause "New" or "Revised" License
458 stars 48 forks source link

Update image if a new image src is passed in props #6

Closed ravirani closed 8 years ago

ravirani commented 8 years ago

I am using the blur effect as a background on a user's profile. The user can update their image and I wanted to update the blur accordingly. It seems the component currently only responds to changes in the blur radius and not the actual image.

javierbyte commented 8 years ago

Thanks a lot!