mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix Empty buffer error in ImageEdit node
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
|||||||
INodeType,
|
INodeType,
|
||||||
INodeTypeDescription,
|
INodeTypeDescription,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
import * as gm from 'gm';
|
const gm = require('gm').subClass({imageMagick: true});
|
||||||
import { file } from 'tmp-promise';
|
import { file } from 'tmp-promise';
|
||||||
import {
|
import {
|
||||||
parse as pathParse,
|
parse as pathParse,
|
||||||
|
|||||||
Reference in New Issue
Block a user