mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-02-28 17:59:06 -05:00
* lines & arrows draft * simplify vectors * try to refactor * remove comments * add more clarity to code * fix translate strokes * minor style fix * fix for vectors without geometry * reduce code --------- Co-authored-by: Alex Sánchez <alejandro@runroom.com> Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
6 lines
234 B
TypeScript
6 lines
234 B
TypeScript
export * from './transformBlend';
|
|
export * from './transformChildren';
|
|
export * from './transformDimensionAndPosition';
|
|
export * from './transformSceneNode';
|
|
export * from './transformStrokes';
|
|
export * from './transformVectorPaths';
|