UNPKG

@handtracking.io/yoha

Version:

Yoha is currently available for the web via JavaScript. More languages will be added in the future. If you want to port Yoha to another language and need help feel free reach out.

8 lines (7 loc) 276 B
/// <reference types="@types/offscreencanvas" /> /** * @public * * The element to be used as source for the handtracking. Usually this is a `<video>` element. */ export declare type ITrackSource = HTMLCanvasElement | HTMLVideoElement | HTMLImageElement | OffscreenCanvas;