mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import { imageFormats } from "../../common/image-formats";
|
|
|
|
export type ImageFormat = (typeof imageFormats)[number];
|