1.0.4 • Published 5 years ago

ambient-cbg v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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-cbg

Usage

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.