mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-05 06:10:52 -05:00
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
|
export const translateFontStyle = (style: string) => {
|
||
|
return style.toLowerCase().replace(/\s/g, '');
|
||
|
};
|