Skip to content

Godhran/react-rough-js

 
 

Repository files navigation

React Bindings for Rough.js

Netlify Status npm downloads/month Known Vulnerabilities pullrequest firsttimersonly

Installation

npm

npm add react-rough roughjs

or

yarn

yarn add react-rough roughjs

Render a Rectangle on a canvas element

import ReactRough, { Rectangle } from 'react-rough';

render(
	<ReactRough>
		<Rectangle x={15} y={15} width={90} height={80} fill="red" />
	</ReactRough>
);

Learn More

To learn more, go through our StoryBook.

Visit the Website Storybook Preview

License

MIT

About

React Components for Rough.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 6.7%