ambient-cbg

1.0.4 • Public • Published

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.

Package Sidebar

Install

npm i ambient-cbg

Weekly Downloads

44

Version

1.0.4

License

MIT

Unpacked Size

50 kB

Total Files

14

Last publish

Collaborators

  • yuralisovskiy