UNPKG

@talabes/football-lineup-generator

Version:

A TypeScript library for generating visual football lineup diagrams from team positioning data. Fork of ncamaa/football-lineup-generator with bug fixes and improvements.

2 lines (1 loc) 240 B
export declare function drawTeamLabelRotated90CCW(ctx: CanvasRenderingContext2D, teamName: string, isHomeTeam: boolean, width: number, height: number, homeTeamColor: string, awayTeamColor: string, fontSize: number, offsetX?: number): void;