react-game-of-life-background

1.1.1 • Public • Published

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

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

License

MIT © martyns0n

Readme

Keywords

none

Package Sidebar

Install

npm i react-game-of-life-background

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

24.8 kB

Total Files

9

Last publish

Collaborators

  • martyns0n