Skip to content

Commit

Permalink
Support JPEG XL image converter
Browse files Browse the repository at this point in the history
  • Loading branch information
solonovamax committed Nov 18, 2024
1 parent a53f8f3 commit 0150776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/transformers/image/src/ImageTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const FORMATS = new Map([
['avif', 'avif'],
['heic', 'heif'],
['heif', 'heif'],
['jpegxl', 'jxl'],
['jxl', 'jxl'],
]);

let isSharpLoadedOnMainThread = false;
Expand Down

0 comments on commit 0150776

Please sign in to comment.