Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.16 KB

dev-notes.md

File metadata and controls

53 lines (38 loc) · 2.16 KB

Child to parent communication

https://stackoverflow.com/questions/37949981/call-child-method-from-parent

Blazepose: 3d model

https://github.com/google/mediapipe/blob/master/docs/solutions/pose.md https://selvamsubbiah.com/pose-detection-using-blazepose-in-tensorflow-js/

Base tutorial

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

JSX to TSX

https://blog.echobind.com/post/convert-a-react-component-to-typescript

Plugin development with Rollup

https://javascript.plainenglish.io/tutorial-create-your-own-component-library-with-react-and-rollup-b8978d885297

Plugin development with Vite

https://tomsouthall.com/blog/publishing-react-component-using-vite https://medium.com/@ftaioli/using-node-js-builtin-modules-with-vite-6194737c2cd2

Plugin development

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

mediapipe blazepose

https://blog.tensorflow.org/2021/05/high-fidelity-pose-tracking-with-mediapipe-blazepose-and-tfjs.html

React router

https://reactrouter.com/en/main/start/tutorial

Mediapipe

https://developers.google.com/mediapipe/solutions/examples https://codepen.io/mediapipe-preview/pen/abRLMxN

how to publish

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