mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-08 09:20:10 +01:00
Compare commits
1 Commits
png-substi
...
cli-tests
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce20991e55 |
5
test/cli/same.js
Normal file
5
test/cli/same.js
Normal file
@@ -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