0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-03 05:10:13 -05:00

added commented funcions

This commit is contained in:
Alex Sánchez 2024-04-10 16:51:42 +02:00
parent 2529abd371
commit 8477f950b0
No known key found for this signature in database
GPG key ID: 68A95170EEB87E16

View file

@ -21,7 +21,7 @@ export interface PenpotFile {
createText(options: TextShape): void;
createImage(image: ImageShape): void;
// createSVG(svg: any): void;
// closeeSVG(): void;
// closeSVG(): void;
// addLibraryColor(color: any): void;
// updateLibraryColor(color: any): void;
// deleteLibraryColor(color: any): void;