mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: support AVIF compress and fix hardcoded content type
This commit is contained in:
@@ -6,6 +6,7 @@ const FORMAT_MAP: Record<string, string> = {
|
||||
png: "png",
|
||||
webp: "webp",
|
||||
avif: "avif",
|
||||
heif: "avif",
|
||||
tiff: "tiff",
|
||||
gif: "gif",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user