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