auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Grunt build, AMD and commonjs support, and package.json #8

Closed ryanramage closed 11 years ago

ryanramage commented 11 years ago

Just looking to add some support for the build and distribution of headtrackr.

I added a grunt build, and added a section to the readme about it. I added AMD and commonjs support so it can be used in browserify and requirejs type projects. I added a package.json .

auduno commented 11 years ago

Hi,

Great, thanks! I merged these commits into dev branch and will push it into master soon.

-Audun

auduno commented 11 years ago

This is now pushed into master with some minor fixes. Thanks!