fixed regression bug with createImageHitRegion. setup node server. Upated README with new test instructions

This commit is contained in:
Eric Rowell
2013-09-16 10:12:50 -07:00
parent ede6fb2e17
commit 5c328b838f
7 changed files with 28 additions and 15 deletions

4
server.js Normal file
View File

@@ -0,0 +1,4 @@
var connect = require('connect');
connect.createServer(
connect.static(__dirname)
).listen(8080);