javierbyte / react-blur

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

Replace the code with ES2015 and React V15.1.0 #11

Closed haribote closed 8 years ago

haribote commented 8 years ago

Reac.createClass will be deprecated when the next step has come.
So I replaced the component to ES2015 Class.
And add some depended modules to package.json

javierbyte commented 8 years ago

Amazing! Thank you so much!