export type TextToolContext = {
    textInputController: HTMLDivElement;
    canvasContext: CanvasRenderingContext2D;
};
