Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick-s-young/react-canvas-video
Perform multiple video draws to a shared canvas using requestAnimationFrame.
https://github.com/patrick-s-young/react-canvas-video
canvas canvas-video canvas2d javascript react reactjs requestanimationframe typescript
Last synced: 26 days ago
JSON representation
Perform multiple video draws to a shared canvas using requestAnimationFrame.
- Host: GitHub
- URL: https://github.com/patrick-s-young/react-canvas-video
- Owner: patrick-s-young
- Created: 2020-10-13T18:30:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T19:08:00.000Z (over 4 years ago)
- Last Synced: 2024-11-16T07:33:40.356Z (3 months ago)
- Topics: canvas, canvas-video, canvas2d, javascript, react, reactjs, requestanimationframe, typescript
- Language: TypeScript
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perform multiple video draws to a shared canvas using requestAnimationFrame.
## Running Locally
Make sure you have [Node.js](https://nodejs.org/) installed.
```
git clone https://github.com/patrick-s-young/react-canvas-video.git
cd react-canvas-video
npm install
npm start
```
## Built With
* [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
* [TypeScript](https://www.typescriptlang.org/) - Extends JavaScript by adding types.
* [ESLint](https://eslint.org/) - An analysis tool for identifying problematic patterns found in JavaScript code.
* [Webpack](https://webpack.js.org/) - A static module bundler for JavaScript applications.
* [Babel](https://babeljs.io/) - A toolchain for converting ECMAScript 2015+ code into a backwards compatible JavaScript.
* [Jest](https://jestjs.io/) - A delightful JavaScript Testing Framework with a focus on simplicity.
* [React Testing Library](https://testing-library.com/docs/react-testing-library/intro) - A family of packages helps you test UI components in a user-centric way.## Authors
* [Patrick Young](https://github.com/patrick-s-young).## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.