(filename)
| 11 | |
| 12 | // Helpers |
| 13 | const getPath = (filename) => path.join(__dirname, filename); |
| 14 | |
| 15 | // Generates a 64-bit-as-binary-string image fingerprint |
| 16 | // Based on the dHash gradient method - see http://www.hackerfactor.com/blog/index.php?/archives/529-Kind-of-Like-That.html |
no outgoing calls
no test coverage detected
searching dependent graphs…