pwlmaciejewski / imghash

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

Migrate code to async/await #53

Closed pwlmaciejewski closed 3 years ago

pwlmaciejewski commented 4 years ago

In general, code written with async/await is easier to read and reason about.

Todo: