react-game-of-life-background
v1.1.1
Published
React component for game of life visualisation as background
Downloads
4
Readme
react-game-of-life-background
React component for game of life visualisation
Install
npm install --save react-game-of-life-background
Usage
import React, { Component } from 'react'
import GameOfLifeBackground from 'react-game-of-life-background'
class Example extends Component {
render() {
return <GameOfLifeBackground delay={1000} color='#EEE' />
}
}
Demo
Look at ➡ https://someta.site/react-game-of-life-background/
License
MIT © martyns0n