New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-shaky

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-shaky

Shaky diagram component

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

React Shaky Diagram

Use this component to draw a shaky diagram. Code of drawing shaky diagram is ported from moe-js and shaky.coffee.

Usage

import ShakyCanvas from 'react-shaky';

const canvas = (
  <ShakyCanvas>
    {
      `
      +----+  +----+
      |V8  |  |    |
      |   *+--+> JS|
      +----+  +----+`
    }
  </ShakyCanvas>
);

ReactDOM.render(canvas, document.getElementById('shaky'));

Reference

Shaky diagramming by mraleph

Keywords

react

FAQs

Package last updated on 24 Jul 2016

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