The MediaPipe project's source code can be found on this GitHub repository
To utilize MediaPipe with JavaScript in your browser, check out the guide at MediaPipe in JavaScript
When working with MediaPipe and JavaScript, you will need to incorporate the @mediapipe/camera_utils module. However, I'm currently unable to locate its source code on the official GitHub repository
I came across a minified version of the code at this link, but it remains difficult to comprehend even after attempting to un-minify it.
So, where might one find the source code for @mediapipe/camera_utils
?