UNPKG

n8n-nodes-useapi

Version:

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

12 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ASPECT_RATIO_OPTIONS = void 0; exports.ASPECT_RATIO_OPTIONS = [ { name: '16:9 (Landscape)', value: '16:9' }, { name: '21:9 (Widescreen)', value: '21:9' }, { name: '1:1 (Square)', value: '1:1' }, { name: '9:16 (Portrait)', value: '9:16' }, { name: '4:3', value: '4:3' }, { name: '3:4', value: '3:4' }, ]; //# sourceMappingURL=shared.js.map