canvas-rect
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -92,2 +92,3 @@ /** | ||
const heigth = to.y-from.y | ||
this._ctx.lineWidth = this.options.lineWidth | ||
this._ctx.strokeStyle = this.options.lineColor | ||
@@ -94,0 +95,0 @@ this._storedAccords.forEach(({x,y,w,h})=>{ |
{ | ||
"name": "canvas-rect", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "canvas rect drawing on element", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,8 +37,10 @@ // Type definitions for canvas-rect | ||
/**options */ | ||
options: DrawRectOptions | ||
readonly options: DrawRectOptions | ||
/**canvas size */ | ||
__area: { | ||
readonly _area: { | ||
w: number; | ||
h: number; | ||
} | ||
readonly _canvas: HTMLCanvasElement | ||
readonly _ctx: CanvasRenderingContext2D | ||
/** | ||
@@ -45,0 +47,0 @@ * @param options |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17743
533