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
- Host: GitHub
- URL: https://github.com/flyrell/video-pixel-sampler
- Owner: Flyrell
- Created: 2022-07-23T23:35:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T07:52:12.000Z (over 3 years ago)
- Last Synced: 2025-04-03T18:26:45.223Z (about 1 year ago)
- Language: TypeScript
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```