Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cycle-posenet-driver

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycle-posenet-driver - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

package.json
{
"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 -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc