Thanks for helping with super-hands
!
Two important things to know when contributing:
- This package uses standard js style. Run
npm run lint
before creating a pull request to check your code. - This package is validated through machinima testing.
In addition to the unit and integration tests (
npm run test
),super-hands
pull requests need to pass all checks in the motion-capture based functional testing suite run by callingnpm run test:machinima
from the command line.