Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit bdea5fb

Browse files
authored
docs: use image-js-typescript in codecov and ci badge (#405)
* docs: use image-js-typescript in codecov and ci badge * chore: fix prettier
1 parent 142040f commit bdea5fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Look at the [examples](./examples) directory for how the API is being designed.
2121

2222
[npm-image]: https://img.shields.io/npm/v/image-js.svg
2323
[npm-url]: https://www.npmjs.com/package/image-js
24-
[ci-image]: https://github.com/image-js/image-js/workflows/Node.js%20CI/badge.svg?branch=main
25-
[ci-url]: https://github.com/image-js/image-js/actions?query=workflow%3A%22Node.js+CI%22
26-
[codecov-image]: https://img.shields.io/codecov/c/github/image-js/image-js.svg
27-
[codecov-url]: https://codecov.io/gh/image-js/image-js
24+
[ci-image]: https://github.com/image-js/image-js-typescript/actions/workflows/nodejs.yml/badge.svg
25+
[ci-url]: https://github.com/image-js/image-js-typescript/actions/workflows/nodejs.yml
26+
[codecov-image]: https://img.shields.io/codecov/c/github/image-js/image-js-typescript.svg
27+
[codecov-url]: https://codecov.io/gh/image-js/image-js-typescript
2828
[download-image]: https://img.shields.io/npm/dm/image-js.svg
2929
[download-url]: https://www.npmjs.com/package/image-js

src/load/decodeTiff.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ function getImageFromIFD(ifd: TiffIfd): Image {
5454
? 'RGBA'
5555
: 'RGB'
5656
: ifd.alpha
57-
? 'GREYA'
58-
: 'GREY',
57+
? 'GREYA'
58+
: 'GREY',
5959
meta: getMetadata(ifd),
6060
});
6161
}

0 commit comments

Comments
 (0)