@leafer-ui/effect
Advanced tools
+1
-1
| { | ||
| "name": "@leafer-ui/effect", | ||
| "version": "1.0.0-beta.7", | ||
| "version": "1.0.0-beta.8", | ||
| "description": "@leafer-ui/effect", | ||
@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan", |
@@ -1,2 +0,2 @@ | ||
| import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData } from '@leafer/interface' | ||
| import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData, IRenderOptions } from '@leafer/interface' | ||
| import { BoundsHelper } from '@leafer/core' | ||
@@ -12,3 +12,3 @@ | ||
| export function innerShadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape): void { | ||
| export function innerShadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape, _options: IRenderOptions): void { | ||
@@ -15,0 +15,0 @@ let copyBounds: IBoundsData, spreadScale: number |
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData } from '@leafer/interface' | ||
| import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData, IRenderOptions } from '@leafer/interface' | ||
| import { BoundsHelper, Platform } from '@leafer/core' | ||
@@ -11,3 +11,3 @@ | ||
| export function shadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape): void { | ||
| export function shadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape, _options: IRenderOptions): void { | ||
@@ -14,0 +14,0 @@ let copyBounds: IBoundsData, spreadScale: number |
6926
1.23%