UNPKG

@obliczeniowo/elementary

Version:
9 lines (8 loc) 236 B
export interface LinesSetDef { /** */ points: [number, number][]; /** line color if not set the global one is used */ color?: string; /** line thickness if not set the global one is used */ thickness?: number; }