Skip to content

Commit

Permalink
fix(Edit Image Node): Fix font selection (#3287)
Browse files Browse the repository at this point in the history
* fix(Edit Image Node): Fix font selection

* 👕 Fix lint issue
  • Loading branch information
janober committed May 12, 2022
1 parent f16b550 commit 8a8feb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/EditImage/EditImage.node.ts
Expand Up @@ -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[] = [
Expand Down

0 comments on commit 8a8feb1

Please sign in to comment.