Is there posibility to send as prop Video element to child component in React?
Context: I would like to make child component which analyzes a video and draws result on canvas element. In order to this component needs video content and his attributes. Is that possible and how?