feat(server): add support for .psd files (#4192)

This commit is contained in:
Andreas
2023-09-24 17:03:14 +02:00
committed by GitHub
parent b8fec26115
commit 1564ed3256
4 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const image: Record<string, string[]> = {
'.ori': ['image/ori', 'image/x-olympus-ori'],
'.pef': ['image/pef', 'image/x-pentax-pef'],
'.png': ['image/png'],
'.psd': ['image/psd', 'image/vnd.adobe.photoshop'],
'.raf': ['image/raf', 'image/x-fuji-raf'],
'.raw': ['image/raw', 'image/x-panasonic-raw'],
'.rwl': ['image/rwl', 'image/x-leica-rwl'],