Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.