Skip to content

Commit e79dc48

Browse files
authored
upgrade deps, fix paper link, close #157 (#158)
1 parent 8d9f551 commit e79dc48

File tree

3 files changed

+66
-65
lines changed

3 files changed

+66
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const numDiffPixels = pixelmatch(img1, img2, diff, 800, 600, {threshold: 0.1});
2121

2222
Implements ideas from the following papers:
2323

24-
- [Measuring perceived color difference using YIQ NTSC transmission color space in mobile applications](http://www.progmat.uaem.mx:8080/artVol2Num2/Articulo3Vol2Num2.pdf) (2010, Yuriy Kotsarenko, Fernando Ramos)
24+
- [Measuring perceived color difference using YIQ NTSC transmission color space in mobile applications](https://www.spiedigitallibrary.org/conference-proceedings-of-spie/8011/80119D/Simple-perceptual-color-space-for-color-specification-and-real-time/10.1117/12.901997.full) (2010, Yuriy Kotsarenko, Fernando Ramos)
2525
- [Anti-aliased pixel and intensity slope detector](https://www.researchgate.net/publication/234126755_Anti-aliased_Pixel_and_Intensity_Slope_Detector) (2009, Vytautas Vyšniauskas)
2626

2727
## [Demo](https://observablehq.com/@mourner/pixelmatch-demo)

package-lock.json

Lines changed: 63 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"pngjs": "^7.0.0"
1717
},
1818
"devDependencies": {
19-
"eslint": "^9.20.1",
19+
"eslint": "^9.27.0",
2020
"eslint-config-mourner": "^4.0.2",
21-
"typescript": "^5.7.3"
21+
"typescript": "^5.8.3"
2222
},
2323
"scripts": {
2424
"pretest": "eslint",

0 commit comments

Comments
 (0)