circle-mesh

1.0.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i circle-mesh

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

4.36 MB

Total Files

10

Last publish

Collaborators

  • psbrandt