0.0.4 • Published 8 years ago

react-shaky v0.0.4

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

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

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago