maykbrito / mini-video-me

📹 A small webcam player focused on providing an easy way to add and control your webcam during recordings.
https://maykbrito.github.io/mini-video-me/
MIT License
1.56k stars 154 forks source link

Feat: Custom colors & filters #60

Open maykbrito opened 3 years ago

maykbrito commented 3 years ago

Feat

We can apply a custom CSS filter as contrast, brightness, grayscale. See all filters here.

We can also use named filter as blend- followed by these colors: blue, red, yellow, orange, green, purple, pink, red-blue, blue-yellow and, to give more options, you can append -dark or -light at the end of the name.

So we can have something like these: blend-blue-dark, blend-purple-light, blend-orange, and so on .... Based on this project tks LukyVj

Preview