export interface Word { id: string; text: string; left: number; top: number; width: number; height: number; }