0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-03 05:10:13 -05:00
This commit is contained in:
Jordi Sala Morales 2024-04-09 14:21:29 +00:00
parent 7196172f44
commit eb2315e50b
No known key found for this signature in database
GPG key ID: C5127140107F55FD

View file

@ -1,6 +1,6 @@
import { createPenpotItem } from '.';
import { ExportFile, NodeData } from '../../common/interfaces';
import { createFile } from '../penpot';
import { createFile } from '../lib/penpot';
export const createPenpotFile = (node: NodeData) => {
const exportFile = { penpotFile: createFile(node.name), fontNames: new Set<FontName>() };