Type Alias AsukaCanvas2DInteractionPhase

AsukaCanvas2DInteractionPhase:
    | "start"
    | "update"
    | "end"
    | "clear"