Google MediaPipe Usage (Web / Pose Landmarker) Quick Start 1. Install , resolve WASM from CDN 2. Create with 3. Use for single image, or in a throttled loop Setup Install (prefer pnpm): WASM root: Resolve vision tasks from CDN when creating the task: Create the Pose Landmarker Task Use : - runningMode : for single image → use . for stream → use . - baseOptions.modelAssetPath : URL to a model (lite / full / heavy). See reference.md for URLs. - delegate : preferred; some environments fall back to CPU. Run the Task Single image (runningMode IMAGE): Video / webcam (runningMode VIDEO): Call inside…