mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
2 lines
50 B
TypeScript
2 lines
50 B
TypeScript
export type ImageFormat = "png" | "jpg" | "webp";
|