0

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?

enter image description here

1 Answers1

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
  • 131
  • 4