React component to make google doodle style bouncing balls from an arbitrary image.
See demo available here.
npm install --save react-bouncing-balls
import React, { Component } from 'react'
import {BouncingBallsDivComponent, BouncingBallsCanvasComponent} from 'react-bouncing-balls'
export default class App extends Component {
render () {
return (
<BouncingBallsDivComponent src="rainbowrose.jpg" cellSize="10"/>
)
}
}
UNLICENSE © joejensen