mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 21:53:27 -05:00
881ccabe86
* fixes in text nodes * fix comment * allow design.penpot.app * wip * wip * add position data * wip agaaain * added translate growtype * use a random url just to get a 404 on gfonts call * leave the config, just in case someone wants to try it * translated line height & letter spacing; Created new type for text positionData * text strokes * several fixes * compiled penpot lib with fix * updated penpot lib * fix lint * remove proxy * correctly translate font style * fix grow type to reflect vertical trim * Fix font segments * remove comment * changeset --------- Co-authored-by: Alex Sánchez <sion333@gmail.com>
15 lines
606 B
TypeScript
15 lines
606 B
TypeScript
export * from './translateBlendMode';
|
|
export * from './translateShadowEffects';
|
|
export * from './translateFills';
|
|
export * from './translateFontStyle';
|
|
export * from './translateFontVariantId';
|
|
export * from './translateGrowType';
|
|
export * from './translateHorizontalAlign';
|
|
export * from './translateLetterSpacing';
|
|
export * from './translateLineHeight';
|
|
export * from './translateStrokes';
|
|
export * from './translateStyledTextSegments';
|
|
export * from './translateTextDecoration';
|
|
export * from './translateTextTransform';
|
|
export * from './translateVectorPaths';
|
|
export * from './translateVerticalAlign';
|