victordibia / handtrack.js

A library for prototyping realtime hand detection (bounding box), directly in the browser.
https://victordibia.com/handtrack.js/
MIT License
2.83k stars 250 forks source link

customizing the demo #66

Open ruellm opened 2 years ago

ruellm commented 2 years ago

I want to create a prototype of a game using handtrack, i want to have my custom size for canvas and video but it seems like the demo itself the width and height is coupled. I also wants to remove the boxes rendered in the hands and face as I wont need them or perhaps replace the box in hand with a different render object like a circle or just a dot.

How can i do that?