mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 21:53:27 -05:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
export const translateFontStyle = (style: string) => {
|
|
return style.toLowerCase().replace(/\s/g, '');
|
|
};
|