Leap Motion Gui!

This gui publishes the finger angles for either hand. It also provides a relative x,y,z position for the palm.
Left Hand Angle/Value
X {{toFixed(leapData.leftHand.posX)}}
Y {{toFixed(leapData.leftHand.posY)}}
Z {{toFixed(leapData.leftHand.posZ)}}
Thumb {{leapData.leftHand.thumb}}
Index {{leapData.leftHand.index}}
Middle {{leapData.leftHand.middle}}
Ring {{leapData.leftHand.ring}}
Pinky {{leapData.leftHand.pinky}}
    
Right Hand Angle/Value
X {{toFixed(leapData.rightHand.posX)}}
Y {{toFixed(leapData.rightHand.posY)}}
Z {{toFixed(leapData.rightHand.posZ)}}
Thumb {{leapData.rightHand.thumb}}
Index {{leapData.rightHand.index}}
Middle {{leapData.rightHand.middle}}
Ring {{leapData.rightHand.ring}}
Pinky {{leapData.rightHand.pinky}}