Skip to content

Latest commit

 

History

History
 
 

line

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Line

Line stroke passing through points.

Installation

npm install @pencil.js/line

Examples

import Line from "@pencil.js/line";

const options = {
    stroke: "red",
    strokeWidth: 9,
};
const line = new Line(from, [firstPoint, secondPoint, lastPoint], options);