cycle-posenet-driver
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "cycle-posenet-driver", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "", | ||
@@ -26,4 +26,4 @@ "author": "Michael Jae-Yoon Chung", | ||
"build:es6": "../../node_modules/.bin/tsc --project tsconfig.json --module es6 --outDir lib/es6", | ||
"build:doc": "../node_modules/.bin/markdox ./src/* -o api.md && sed -i '1s/^.*$/\\n# API/' api.md && sed -i 's/^#.*/#&/' api.md && cat ../docs/readmes/${PWD##*/}.md api.md > README.md && rm api.md" | ||
"build:doc": "../../node_modules/.bin/markdox ./src/* -o api.md && sed -i '1s/^.*$/\\n# API/' api.md && sed -i 's/^#.*/#&/' api.md && cat ../../docs/readmes/${PWD##*/}.md api.md > README.md && rm api.md" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
<!-- This README.md is automatically generated. Edit the JSDoc comments in source code or the md files in docs/readmes/. --> | ||
# cycle-posenet-driver | ||
@@ -6,1 +8,32 @@ | ||
Try [the demo](https://stackblitz.com/edit/cycle-robot-drivers-demos-posenet) at StackBlitz! | ||
## API | ||
<!-- Start src/index.ts --> | ||
<!-- End src/index.ts --> | ||
<!-- Start src/pose_detection.tsx --> | ||
### setupGui() | ||
Sets up dat.gui controller on the top-right of the window | ||
<!-- End src/pose_detection.tsx --> | ||
<!-- Start src/utils.ts --> | ||
### drawSegment() | ||
Draws a line on a canvas, i.e. a joint | ||
### drawSkeleton() | ||
Draws a pose skeleton by looking up all adjacent keypoints/joints | ||
### drawKeypoints() | ||
Draw pose keypoints onto a canvas | ||
<!-- End src/utils.ts --> | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87526
39