1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00
upscayl/common/image-formats.ts
2024-11-10 14:57:04 +05:30

2 lines
69 B
TypeScript

export const imageFormats = ["png", "jpg", "jpeg", "webp"] as const;