export type TextToolInfo = {
    positionX: number;
    positionY: number;
    color: string;
    size: number;
};
