UNPKG

n8n-nodes-useapi

Version:

Ability to use multiple Midjourney, Riffusion, Mureka, Runway, MiniMax, InsightFaceSwap, Pika and PixVerse accounts complete with automated load balancing.

6 lines (5 loc) 180 B
export type AspectRatioOption = '16:9' | '21:9' | '1:1' | '9:16' | '4:3' | '3:4'; export declare const ASPECT_RATIO_OPTIONS: { name: string; value: AspectRatioOption; }[];