We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53f8f3 commit 0150776Copy full SHA for 0150776
packages/transformers/image/src/ImageTransformer.js
@@ -16,6 +16,8 @@ const FORMATS = new Map([
16
['avif', 'avif'],
17
['heic', 'heif'],
18
['heif', 'heif'],
19
+ ['jpegxl', 'jxl'],
20
+ ['jxl', 'jxl'],
21
]);
22
23
let isSharpLoadedOnMainThread = false;
0 commit comments