Socket
Socket
Sign inDemoInstall

circle-mesh

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circle-mesh

React component from Tympanus demo


Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 24 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc