React PoseNet is a handy wrapper component for tfjs-models/posenet
https://yoyota.github.io/react-posenet/
npm install --save react-posenet
import PoseNet from "react-posenet"
export default function App() {
return <PoseNet />
}
gets called after estimation. poses is a passed parameter
the input image to feed through the network. see
tfjs-posenet document
If input is not specified react-posenet try to getUserMedia