This repository was archived by the owner on Jul 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Look at the [examples](./examples) directory for how the API is being designed.
21
21
22
22
[ npm-image ] : https://img.shields.io/npm/v/image-js.svg
23
23
[ 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
28
28
[ download-image ] : https://img.shields.io/npm/dm/image-js.svg
29
29
[ download-url ] : https://www.npmjs.com/package/image-js
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ function getImageFromIFD(ifd: TiffIfd): Image {
54
54
? 'RGBA'
55
55
: 'RGB'
56
56
: ifd . alpha
57
- ? 'GREYA'
58
- : 'GREY' ,
57
+ ? 'GREYA'
58
+ : 'GREY' ,
59
59
meta : getMetadata ( ifd ) ,
60
60
} ) ;
61
61
}
You can’t perform that action at this time.
0 commit comments