fix(Edit Image Node): Fix font selection (#3287)

* fix(Edit Image Node): Fix font selection

* 👕 Fix lint issue
This commit is contained in:
Jan Oberhauser
2022-05-12 19:12:18 +02:00
committed by GitHub
parent f16b550c72
commit 8a8feb11c8

View File

@@ -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[] = [