UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

30 lines 943 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.browserframeProperties = void 0; exports.browserframeProperties = [ { name: 'Image URL', value: 'image', description: 'Image URL or URL of the website to screenshot', restrictedTo: [], fieldType: 'string', placeholder: 'https://example.com/image.jpg', }, { name: 'Image Viewport', value: 'image_viewport', description: 'Viewport size of screenshots (widthxheight; defaults to 1280x1024)', restrictedTo: [], fieldType: 'string', placeholder: 'e.g., 1280x1024', }, { name: 'URL', value: 'url', description: 'URL to insert into the browserframe\'s address bar', restrictedTo: [], fieldType: 'string', placeholder: 'https://example.com', }, ]; //# sourceMappingURL=browserframeProperties.js.map