interface DrawSettings {
    color: string;
    fill?: boolean;
    lineWidth: number;
}

Properties

Properties

color: string
fill?: boolean
lineWidth: number

Generated using TypeDoc