I'm using react-webcam library on my react project (Not react native), but I need add a border frame (png file) to record a video and download. How I do it?
Asked
Active
Viewed 682 times
0
-
Possible answer here https://stackoverflow.com/a/4429862/6691714 – Reza Heidari Apr 30 '22 at 22:12
1 Answers
0
react-webcam
takes a className
as a prop, much like passing it mute, or whatever.
You could, in theory, pass a CSS style that adds a pseudo element to your video, or something similar. Is that what you're looking to do?

P Savva
- 309
- 1
- 5