Skip to content

Commit ace1a19

Browse files
committed
Add them alto to skip_processing
1 parent 93e9530 commit ace1a19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/options/skipProcessing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { guardIsUndef, guardIsNotArray } from "../utils";
66

77
const extNames = [
88
"jpg",
9+
"jxl",
910
"png",
1011
"webp",
1112
"avif",

src/types/skipProcessing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*/
2424
type SkipProcessing = Array<
2525
| "jpg"
26+
| "jxl"
2627
| "png"
2728
| "webp"
2829
| "avif"

0 commit comments

Comments
 (0)