pwlmaciejewski / imghash

Perceptual image hashing for Node.js
MIT License
167 stars 19 forks source link

Depend directly on blockhash-core instead of blockhash #20

Closed LinusU closed 4 years ago

LinusU commented 4 years ago

The test cases are changed because this now incorporates this bugfix: https://github.com/commonsmachinery/blockhash-js/commit/24409f0dccc4a3f8b9b9ea266a7f726d7a44def2

I'm not sure if this means that we should publish this as a breaking version, since some of the hashes previously produced will be changed. I think that this would be best. Since we are at a 0.0.x this doesn't actually matter 😄

pwlmaciejewski commented 4 years ago

awesome, thank you @LinusU :raised_hands: