mirror of
https://github.com/publiclab/image-sequencer.git
synced 2026-06-16 04:33:26 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce20991e55 |
@@ -0,0 +1,5 @@
|
||||
looksSame = require('looks-same');
|
||||
looksSame(process.argv[2], process.argv[3], function(error, {equal}) {
|
||||
// equal will be true, if images looks the same
|
||||
console.log(equal ? 1 : 0);
|
||||
});
|
||||
Reference in New Issue
Block a user