UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

44 lines 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shapeProperties = void 0; exports.shapeProperties = [ { name: 'Background Color', value: 'background_color', description: 'Background color as hex-code (e.g., #FFFFFF)', restrictedTo: [], fieldType: 'color', }, { name: 'Border Color', value: 'border_color', description: 'Border color as hex-code (e.g., #FFFFFF)', restrictedTo: [], fieldType: 'color', }, { name: 'Border Radius', value: 'border_radius', description: 'Border radius in px (e.g., 2px or 2) - only available for rectangles', restrictedTo: [], fieldType: 'string', placeholder: 'e.g., 10, 50%, 5px', }, { name: 'Border Width', value: 'border_width', description: 'Border width in px (e.g., 2px or 2)', restrictedTo: [], fieldType: 'string', placeholder: 'e.g., 2, 2px', }, { name: 'SVG URL', value: 'svg', description: 'SVG URL for vector graphics', restrictedTo: [], fieldType: 'string', placeholder: 'https://example.com/icon.svg', }, ]; //# sourceMappingURL=shapeProperties.js.map