feat: add support for JPEG 2000 (#15710)

* chore(server): add support for .jp2

* docs: add support for .jp2

* chore: fix tests

* fix formatting

* unify sorting
This commit is contained in:
ayykamp 2025-01-29 00:27:28 +01:00 committed by GitHub
parent da580d4685
commit cc0cbd705e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 16 deletions

View file

@ -73,6 +73,7 @@ const validImages = [
'.heic',
'.heif',
'.iiq',
'.jp2',
'.jpeg',
'.jpg',
'.jxl',