mapbox / pixelmatch

The smallest, simplest and fastest JavaScript pixel-level image comparison library
ISC License
6.15k stars 305 forks source link

Description on NPMJS is misleading #96

Closed dmitri-trofimov closed 3 years ago

dmitri-trofimov commented 3 years ago

The description states that the library has no dependencies, however it has one that is 600KB+.

mourner commented 3 years ago

The dependency is for the ./pixelmatch binary. The library itself has no dependencies and doesn't need it.

dmitri-trofimov commented 3 years ago

Am I missing something? I see this in package.json: image

mourner commented 3 years ago

@dmitri-trofimov you are. Please see the comment above.