text alignment

This commit is contained in:
hamid zarghami
2026-05-06 09:32:36 +03:30
parent 5de205a84f
commit 1518e83c1d
4 changed files with 53 additions and 6 deletions
@@ -46,6 +46,7 @@ export type EditorObject = {
text?: string;
fontSize?: number;
lineHeight?: number;
textAlign?: "left" | "center" | "right";
fontFamily?: string;
fontWeight?: string;
letterSpacing?: number;