React Bindings for Rough.js
npm add react-rough roughjsor
yarn add react-rough roughjsimport ReactRough, { Rectangle } from 'react-rough';
render(
<ReactRough>
<Rectangle x={15} y={15} width={90} height={80} fill="red" />
</ReactRough>
);To learn more, go through our StoryBook.
Visit the Website

MIT
