UNPKG

handsfree

Version:

Quickly integrate face, hand, and/or pose tracking to your frontend projects in a snap ✨👌

11 lines (9 loc) 296 B
import BaseGesture from './Base' export default class GestureFingerpose extends BaseGesture { constructor (handsfree, config) { super(handsfree, config) this.algorithm = 'fingerpose' // Contains the fingerpose GestureDescription this.compiledDescription = null } }