1.0.8 • Published 10 months ago

react-hands-tracking-gen v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-hands-tracking-gen

react-hands-tracking-gen is a CLI tool designed to streamline the integration of MediaPipe hand tracking into React applications. This tool helps developers generate either a new React project or integrate hand tracking into an existing project with ease.

Features

  • Generate New Project: Sets up a new React project with hand tracking components ready to use.
  • Update Existing Project: Adds hand tracking components to your existing React project.
  • Comprehensive CLI Help: Guides you through using the CLI with detailed command descriptions.

Installation

Install the package globally via npm:

npm install -g react-hands-tracking-gen

Usage

The tool can be used in two main ways:

  1. Creating a new project:
npx react-hands-tracking-gen generate --new-project <ProjectName> hands
  1. Adding to an existing project:
npx react-hands-tracking-gen generate --existing-project <ComponentName> hands

Command Line Help

You can access detailed command line help and options directly via the terminal:

npx react-hands-tracking-gen --help

This will display usage information, available commands, and options to help you get started quickly.

Example Commands

  • Generate a new project:
npx react-hands-tracking-gen generate --new-project MyHandTrackingApp hands
  • Add hand tracking to an existing project:
npx react-hands-tracking-gen generate --existing-project HandTrackingComponent hands

Potential Applications

This tool is ideal for developers looking to integrate advanced hand tracking into interactive web applications such as:

  • Educational software
  • Accessibility tools
  • Interactive gaming
  • Virtual reality experiences
  • Gesture-based controls

Help and Support

For more information about the underlying technology, visit the MediaPipe documentation: MediaPipe Hand Tracking Guide.

Signature

Generated with ♥ by Marius Monkam. Connect with me on LinkedIn.

License

react-hands-tracking-gen is available under the MIT License. See the LICENSE file for more info.

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago