export interface CharacterItem { character: string; strokes: string[]; }