ambient-cbg
v1.0.4
Published
A React.js webpage backgrounds created using the HTML5 Canvas API and jwagner's Simplex Noise library
Maintainers
Readme
React Ambient Canvas Backgrounds
Animated canvas backgrounds in React.js
This module is React adaptation of crnacura/AmbientCanvasBackgrounds project with additional code refactoring and improvements.
Check the example web application.
Installation
$ npm install ambient-cbgUsage
Example:
// App.js
import React, {Component} from 'react';
import './App.css';
import {Coalesce} from 'ambient-cbg'
class App extends Component {
render() {
return (
<div className="App">
<Coalesce/>
<h1>Hello, World!</h1>
</div>
);
}
}
export default App;License
This project is licensed under the conditions of the MIT software license, see LICENSE file for more details.
