1.0.3 • Published 2 years ago
react-simple-white-board v1.0.3
React Simple White Board
This is a React component of a white board with simple drawing.
Installation
npm install react-simple-white-board
Usage
import ReactSimpleWhiteBoard from 'react-simple-white-board';
function App() {
return (
<ReactSimpleWhiteBoard />
);
}