mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Edit Image Node): Fix font selection (#3287)
* fix(Edit Image Node): Fix font selection
* 👕 Fix lint issue
This commit is contained in:
@@ -22,7 +22,7 @@ import {
|
||||
} from 'fs';
|
||||
import { promisify } from 'util';
|
||||
const fsWriteFileAsync = promisify(fsWriteFile);
|
||||
import * as getSystemFonts from 'get-system-fonts';
|
||||
import getSystemFonts from 'get-system-fonts';
|
||||
|
||||
|
||||
const nodeOperations: INodePropertyOptions[] = [
|
||||
|
||||
Reference in New Issue
Block a user