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

https://github.com/flyrell/video-pixel-sampler

Video sampler in JavaScript
https://github.com/flyrell/video-pixel-sampler

Last synced: 11 months ago
JSON representation

Video sampler in JavaScript

Awesome Lists containing this project

README

          

# Video Pixel Sampler in JavaScript (well... TypeScript)

### Running
Make sure you have Node v16 installed

```bash
git clone https://github.com/Flyrell/video-pixel-sampler.git
cd video-pixel-sampler
npm install
npm start
```