Type Alias BezierParams

BezierParams: {
    cp1: PointLike;
    cp2: PointLike;
    end: PointLike;
}[]