Skip to content

Latest commit

 

History

History
 
 

square

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Square

Square shape.

Installation

npm install @pencil.js/square

Examples

import Square from "@pencil.js/square";

const size = 200;
const options = {
    fill: "red",
    stroke: "#000"
};
let square = new Square(aPosition, size, options);