mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Add Cloud Natural Language node (#1181)
* ✨ Add Cloud Natural Language node * ⬆️ Set google-fonts-webpack-plugin to latest version * 🐛 Rename method composite to compose * ⚡ Improvements to Google Cloud Natural Language Node Improvements to #1171 Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
This commit is contained in:
@@ -861,7 +861,7 @@ export class EditImage implements INodeType {
|
||||
cleanupFunctions.push(cleanup);
|
||||
fsWriteFileAsync(fd, Buffer.from(item.binary![dataPropertyNameComposite as string].data, BINARY_ENCODING));
|
||||
|
||||
gmInstance = gmInstance.composite(path).geometry(geometryString);
|
||||
gmInstance = gmInstance.compose(path).geometry(geometryString);
|
||||
} else if (operation === 'crop') {
|
||||
const width = this.getNodeParameter('width') as number;
|
||||
const height = this.getNodeParameter('height') as number;
|
||||
|
||||
Reference in New Issue
Block a user