mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(Edit Image Node): Fix font selection (#3287)
* fix(Edit Image Node): Fix font selection
* 👕 Fix lint issue
This commit is contained in:
parent
f16b550c72
commit
8a8feb11c8
|
@ -22,7 +22,7 @@ import {
|
||||||
} from 'fs';
|
} from 'fs';
|
||||||
import { promisify } from 'util';
|
import { promisify } from 'util';
|
||||||
const fsWriteFileAsync = promisify(fsWriteFile);
|
const fsWriteFileAsync = promisify(fsWriteFile);
|
||||||
import * as getSystemFonts from 'get-system-fonts';
|
import getSystemFonts from 'get-system-fonts';
|
||||||
|
|
||||||
|
|
||||||
const nodeOperations: INodePropertyOptions[] = [
|
const nodeOperations: INodePropertyOptions[] = [
|
||||||
|
|
Loading…
Reference in a new issue