@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.
10 lines • 591 B
JavaScript
/**
* @packageDocumentation
* Yoha hand tracking library for precision interactions.
*/
export { StartTfjsWebglEngine } from './core/engine/tfjs_webgl';
export { StartTfjsWasmEngine } from './core/engine/tfjs_wasm';
export { DownloadMultipleYohaTfjsModelBlobs, } from './core/model/tfjs';
export { MirrorCoordinatesHorizontally, ApplyPaddingToCoordinates, RecommendedHandPoseProbabilityThresholds, } from './core/post_model/post_model';
export { CreateMaxFpsMaxResStream, CreateVideoElementFromStream, MediaStreamErrorEnum, } from './util/stream_helper';
//# sourceMappingURL=entry.js.map