React Component for This Demo
npm install --save circle-mesh
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
All the work was done here. This is just a thin React component wrapper.