mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 05:41:47 +00:00
Correct instructions for testing - related to #36
This commit is contained in:
parent
2ec7f0d50f
commit
596f130230
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Tests
|
|||
Tested using [PNG Suite](http://www.schaik.com/pngsuite/). We read every file into pngjs, output it in standard 8bit colour, synchronously and asynchronously, then compare the original
|
||||
with the newly saved images.
|
||||
|
||||
To run the tests, run `node test`.
|
||||
To run the tests, after getting the repo and installing with `npm i`, run `npm test`.
|
||||
|
||||
The only thing not converted is gamma correction - this is because multiple vendors will do gamma correction differently, so the tests will have different results on different browsers.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue