1.0.4 • Published 6 years ago

circle-mesh v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

npm.io

Credits

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

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago