https://stackoverflow.com/questions/37949981/call-child-method-from-parent
https://github.com/google/mediapipe/blob/master/docs/solutions/pose.md https://selvamsubbiah.com/pose-detection-using-blazepose-in-tensorflow-js/
https://blog.tensorflow.org/2021/08/3d-pose-detection-with-mediapipe-blazepose-ghum-tfjs.html
https://github.com/tensorflow/tfjs-models/blob/master/pose-detection/demos/upload_video/src/index.js
https://github.com/tensorflow/tfjs-models/blob/3dbb02145c9d4dfa596fd3b487c725f2e19134c2/pose-detection/demos/upload_video/src/camera.js#L106
https://developers.google.com/mediapipe/solutions/vision/pose_landmarker/web_js https://github.com/tensorflow/tfjs-models/tree/master/pose-detection/src/movenet https://github.com/tensorflow/tfjs-models/tree/master/pose-detection/src/blazepose_tfjs https://blog.tensorflow.org/2021/08/3d-pose-detection-with-mediapipe-blazepose-ghum-tfjs.html
https://blog.echobind.com/post/convert-a-react-component-to-typescript
https://tomsouthall.com/blog/publishing-react-component-using-vite https://medium.com/@ftaioli/using-node-js-builtin-modules-with-vite-6194737c2cd2
https://thicolares.com/2019/02/24/creating-a-react-package-and-publishing-it-on-npm-explained.html https://itnext.io/how-to-package-your-react-component-for-distribution-via-npm-d32d4bf71b4f https://medium.com/@mohandere/npm-packaging-for-local-development-1d79c38b1897
https://reactrouter.com/en/main/start/tutorial
https://developers.google.com/mediapipe/solutions/examples https://codepen.io/mediapipe-preview/pen/abRLMxN
Try using this straigh forward guide https://onlyoneaman.medium.com/creating-an-npm-package-from-react-component-ee5b0ba0cd49
npm login
npm version <updated_version>
npm publish