dmtrKovalenko / odiff

The fastest pixel-by-pixel image visual difference tool in the world.
MIT License
1.96k stars 73 forks source link

Using odiff as a node dependency on mac #54

Open Firebrand opened 2 years ago

Firebrand commented 2 years ago

First off, I gotta say, I love this thing. Thank you so much for your work!

I'm currently using it as a dependency for my own open source Node project and it works perfectly on Windows but on a Mac I actually have to go into the node_modules/odiff-bin dependency folder and explicitly do an "npm install" or it won't work (I think it doesn't automatically copy the binary into the bin folder).

dmtrKovalenko commented 2 years ago

Hmm, that is weird, I will investigate this. Thank you