mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-13 17:32:39 +01:00
2 lines
69 B
TypeScript
2 lines
69 B
TypeScript
|
export const imageFormats = ["png", "jpg", "jpeg", "webp"] as const;
|