1.1.1 • Published 7 years ago
react-moonphase v1.1.1
react-moonphase  
 
Display lunar phase with React and Pixi.js

Demo
https://nikolas.github.io/react-moonphase/
Usage
- npm install --save react-moonphase
import MoonPhaseView from 'react-moonphase';
// ...
render() {
    return (
        <MoonPhaseView
            moonPhase={this.state.moonPhase}
            onMoonPhaseUpdate={this.onMoonPhaseUpdate.bind(this)} />
    );
}