Skip to content

Commit fbd86df

Browse files
Merge pull request #113 from gemini-testing/TESTPLANE-653.bin
chore: get rid of compiled dependencies
2 parents ed93f8c + 982b367 commit fbd86df

23 files changed

Lines changed: 1824 additions & 4525 deletions

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/gemini-testing/looks-same.svg?branch=master)](https://travis-ci.org/gemini-testing/looks-same)
44

5-
Node.js library for comparing images, taking into account human color
5+
Pure node.js library for comparing png images, taking into account human color
66
perception. It is created specially for the needs of visual regression testing
77
for [`testplane`](http://github.com/gemini-testing/testplane) utility, but can be used
88
for other purposes.
@@ -14,12 +14,6 @@ Benchmark is presented in the corresponding directory.
1414
- [Benchmark description](./benchmark/README.md)
1515
- [Benchmark results](./benchmark/results.md)
1616

17-
## Supported image formats
18-
19-
JPEG, PNG, WebP, GIF, AVIF, TIFF and SVG images are supported.
20-
21-
*Note: If you want to compare jpeg files, you may encounter random differences due to the jpeg structure if they are not lossless jpeg files.*
22-
2317
## Comparing images
2418

2519
```javascript

benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See [**results.md**](./results.md) for execution times across all test cases.
6161
```
6262
3. Install dependencies:
6363
```bash
64-
npm ci
64+
npm install
6565
```
6666
4. Run the benchmark:
6767
```bash

0 commit comments

Comments
 (0)