A real-time masking danmaku example based on chroma key technology.
This repo is an example of Brrage UI.
You can click this link to see the effect of this project running online.
https://masking-danmaku-demo.netlify.com/
-
Clone this repository to your local directory.
-
Execute
yarn
to install all dependencies for this project. -
Execute
yarn dev
to start up this project in development mode. -
Open
localhost:9000
on your favorite browser.