@leafer/path
Advanced tools
+7
-5
| { | ||
| "name": "@leafer/path", | ||
| "version": "1.0.0-alpha.1", | ||
| "version": "1.0.0-alpha.5", | ||
| "description": "@leafer/path", | ||
@@ -8,3 +8,5 @@ "author": "Chao (Leafer) Wan", | ||
| "main": "src/index.ts", | ||
| "files": ["src"], | ||
| "files": [ | ||
| "src" | ||
| ], | ||
| "repository": { | ||
@@ -21,7 +23,7 @@ "type": "git", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.0-alpha.1" | ||
| "@leafer/math": "1.0.0-alpha.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-alpha.1" | ||
| "@leafer/interface": "1.0.0-alpha.5" | ||
| } | ||
| } | ||
| } |
@@ -16,3 +16,3 @@ import { ICanvasDrawPath, ITwoPointBoundsData, IPathCommandData } from '@leafer/interface' | ||
| applyCorner(data: IPathCommandData, cornerRadius: number, cornerSmoothing?: number): IPathCommandData { | ||
| applyCorner(data: IPathCommandData, _cornerRadius: number, _cornerSmoothing?: number): IPathCommandData { | ||
| return data | ||
@@ -19,0 +19,0 @@ }, |
23410
0.03%+ Added
- Removed
Updated