UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

14 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.subtitleProperties = void 0; exports.subtitleProperties = [ { name: 'SRT File URL', value: 'srt', description: '(optional) URL to SRT file - if not supplied, video clip will be auto transcribed', restrictedTo: ['video'], fieldType: 'string', placeholder: 'https://example.com/subtitles.srt', }, ]; //# sourceMappingURL=subtitleProperties.js.map