mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 21:53:27 -05:00
5d7263bdbf
* Allow rotation for Ellipses, Rectangles and Texts * undo rotations for texts * Translate rotations for ellipses and rectangles
12 lines
465 B
TypeScript
12 lines
465 B
TypeScript
export * from './transformBlend';
|
|
export * from './transformChildren';
|
|
export * from './transformCornerRadius';
|
|
export * from './transformDimensionAndPosition';
|
|
export * from './transformEffects';
|
|
export * from './transformFills';
|
|
export * from './transformProportion';
|
|
export * from './transformRotationAndPosition';
|
|
export * from './transformSceneNode';
|
|
export * from './transformStrokes';
|
|
export * from './transformText';
|
|
export * from './transformVectorPaths';
|