Skip to content

Commit

Permalink
Reference local imagediff
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Feb 18, 2012
1 parent 9f2c7b2 commit 9a31028
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/imagediff
@@ -1,6 +1,7 @@
#!/usr/bin/env node
var imagediff = require('imagediff'),
Canvas = require('canvas');
var
imagediff = require('../imagediff.js'),
Canvas = require('canvas');

commandLine(process.argv.slice(2));

Expand Down

0 comments on commit 9a31028

Please sign in to comment.