1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-15 18:32:33 +01:00
upscayl/renderer/lib/valid-formats.ts
2024-09-24 20:05:33 +05:30

2 lines
75 B
TypeScript

export const VALID_IMAGE_FORMATS = ["png", "jpg", "jpeg", "jfif", "webp"];