Skip to content

psbrandt/circle-mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Component for This Demo

Install

npm install --save circle-mesh

Usage

const App = () => (
  <div className="App">
    <h1>Circle Mesh Demo</h1>
    <CircleMesh colors={[0xac1122, 0x96789f, 0x535353]} />
  </div>
);

You can also run the following to get the demo working:

$ git clone https://github.com/psbrandt/circle-mesh.git
$ npm install
$ npm run start-demo

Result

Credits

All the work was done here. This is just a thin React component wrapper.

Releases

No releases published

Packages

No packages published