react-pdf-highlighter-plus
DrawingStroke: {
    color: string;
    points: DrawingPoint[];
    width: number;
}

A stroke in a drawing, with its own color and width.

Type declaration