We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91dd4 commit 577f336Copy full SHA for 577f336
1 file changed
README.md
@@ -66,7 +66,7 @@ pixelmatch image1.png image2.png output.png 0.1
66
67
```js
68
const fs = require('fs');
69
-const PNG = require('pngjs').PNG,
+const PNG = require('pngjs').PNG;
70
const pixelmatch = require('pixelmatch');
71
72
const img1 = PNG.sync.read(fs.readFileSync('img1.png'));
0 commit comments