@lee-jisoo/n8n-nodes-mediafx 1.6.11 → 1.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -309,6 +309,10 @@ class MediaFX {
309
309
  size: this.getNodeParameter('size', i, 48),
310
310
  color: this.getNodeParameter('color', i, 'white'),
311
311
  outlineWidth: this.getNodeParameter('outlineWidth', i, 1),
312
+ outlineColor: this.getNodeParameter('outlineColor', i, 'black'),
313
+ enableBackground: this.getNodeParameter('enableBackground', i, false),
314
+ backgroundColor: this.getNodeParameter('backgroundColor', i, 'black'),
315
+ backgroundOpacity: this.getNodeParameter('backgroundOpacity', i, 0.5),
312
316
  positionType: this.getNodeParameter('positionType', i, 'alignment'),
313
317
  horizontalAlign: this.getNodeParameter('horizontalAlign', i, 'center'),
314
318
  verticalAlign: this.getNodeParameter('verticalAlign', i, 'bottom'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lee-jisoo/n8n-nodes-mediafx",
3
- "version": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "N8N custom nodes for video editing and media processing (Enhanced fork with Speed control and Subtitle fixes)",
5
5
  "license": "MIT",
6
6
  "author": {