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