https://github.com/ohtomi/react-whiteboard
A whiteboard React component using SVG.
https://github.com/ohtomi/react-whiteboard
react svg whiteboard-component
Last synced: 11 months ago
JSON representation
A whiteboard React component using SVG.
- Host: GitHub
- URL: https://github.com/ohtomi/react-whiteboard
- Owner: ohtomi
- License: mit
- Archived: true
- Created: 2016-02-07T14:25:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T09:05:31.000Z (about 5 years ago)
- Last Synced: 2024-11-07T10:55:06.403Z (over 1 year ago)
- Topics: react, svg, whiteboard-component
- Language: TypeScript
- Homepage: http://ohtomi.github.io/react-whiteboard/
- Size: 2.39 MB
- Stars: 39
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-whiteboard
[](https://www.npmjs.com/package/@ohtomi/react-whiteboard)
[](LICENSE)
[](https://travis-ci.org/ohtomi/react-whiteboard)
[](https://greenkeeper.io/)
## Description
A whiteboard `React` component using `SVG`.
## How to use
```javascript
render() {
return (
);
}
```
See [examples](stories).
## How to build
```bash
$ npm install
$ npm run build
```
## Contributing
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -am 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :D
## License
MIT
## Author
[Kenichi Ohtomi](https://github.com/ohtomi)