Rooks

useVideo

About

Video hook for react

Examples

import {useVideo} from "rooks"
export default function App() {
  useVideo();
  return null
}

On this page