Skip to content

MatheusNascimentoti99/Scrollhand

Repository files navigation

Scrollhand

English | Portuguese

How It Works

Using the extension, users can control webpage scrolling through hand gestures captured by their device's camera. The extension processes the video feed to detect hand movements and translates these gestures into scrolling actions on the webpage.

Usage

To use Scrollhand, you need to have a compatible web browser that supports extensions. Once the extension is installed, it can be accessed through the browser's extension menu.

How the extension works

Installation

  1. Download the extension package from here.
  2. Extract the contents of the package to a directory on your computer.
  3. Open your web browser and navigate to the extensions page (e.g., chrome://extensions/ for Chrome).
  4. Enable "Developer mode" (usually found in the top right corner).
  5. Click on "Load unpacked" and select the directory where you extracted the extension files.
  6. The extension should now be installed and ready to use. See the image below for an example of use:

Example of use

Getting Started

To run the project in development mode, you need to follow the steps required for Quasar BEX development.

Prerequisites

Ensure you have the following installed:

Development Setup

  1. Clone the repository:

    git clone https://github.com/MatheusNascimentoti99/Scrollhand.git
    cd Scrollhand
  2. Install dependencies:

    npm install
  3. Run the project in development mode:

    quasar dev -m bex

This will start the development server and load the extension in a browser for testing.

Building for Production

To build the project for production, use the following command:

quasar build -m bex

This will generate the necessary files to package and distribute the browser extension.

Learn More

For more details about Quasar BEX, refer to the official documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published