UNPKG

@learn-hunger/visual-gestures

Version:

VisualGestures.js is a package that empowers users to effortlessly control the cursor, including actions such as hover, click, drag, and drop, through precise finger movements in the air.

4 lines (3 loc) 282 B
import { IElementsSizes } from "../utilities/vg-types"; import { INormalizedLandmark } from "../utilities/vg-types-handlandmarks"; export declare function getElementCoordinatesFromLandmark(landmark: INormalizedLandmark, sizes: IElementsSizes): Pick<INormalizedLandmark, "x" | "y">;