Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joelibaceta/chroma-key-js

And example about to how to read a video html element and replace green pixels to simulate a chroma key effect
https://github.com/joelibaceta/chroma-key-js

canvas chroma-key html5 javascript video

Last synced: 16 days ago
JSON representation

And example about to how to read a video html element and replace green pixels to simulate a chroma key effect

Awesome Lists containing this project

README

        

![logo](docs/images/logo.svg)

## How it works / ¿Como funciona?

From html5 we have a specific element for video type content

_A partir de html5 contamos con un elemento específico para el contenido de tipo vídeo_

```html

```