1.1.1 • Published 4 years ago

react-game-of-life-background v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

react-game-of-life-background

React component for game of life visualisation

NPM JavaScript Style Guide

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

npm.io

Look at ➡ https://someta.site/react-game-of-life-background/

License

MIT © martyns0n