1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-19 12:15:47 +01:00
upscayl/renderer/lib/valid-formats.ts

2 lines
75 B
TypeScript
Raw Normal View History

2024-09-24 20:05:33 +05:30
export const VALID_IMAGE_FORMATS = ["png", "jpg", "jpeg", "jfif", "webp"];