@mediapipe/pose
Version:
Mediapipe Pose Solution
28 lines (27 loc) • 849 B
JSON
{
"name": "@mediapipe/pose",
"version": "0.5.1675469404",
"description": "Mediapipe Pose Solution",
"main": "pose.js",
"module": "pose.js",
"jsdelivr": "pose.js",
"unpkg": "pose.js",
"types": "index.d.ts",
"author": "mhays@google.com",
"license": "Apache-2.0",
"homepage": "https://google.github.io/mediapipe/solutions/pose",
"keywords": [ "AR", "ML", "Augmented" ],
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
},
"browser": {
"node-fetch": false,
"util": false,
"crypto": false
},
"sideEffects" : ["pose_solution_packed_assets.data","pose_solution_packed_assets_loader.js","pose_solution_simd_wasm_bin.js","pose_solution_simd_wasm_bin.wasm","pose_solution_wasm_bin.js","pose_solution_wasm_bin.wasm","pose_web.binarypb"]
}