text alignment
This commit is contained in:
@@ -46,6 +46,7 @@ export type EditorObject = {
|
||||
text?: string;
|
||||
fontSize?: number;
|
||||
lineHeight?: number;
|
||||
textAlign?: "left" | "center" | "right";
|
||||
fontFamily?: string;
|
||||
fontWeight?: string;
|
||||
letterSpacing?: number;
|
||||
|
||||
Reference in New Issue
Block a user