MCPcopy
hub / github.com/leaferjs/leafer-ui / IImagePaintCache

Interface IImagePaintCache

packages/partner/image/src/image.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8interface IImagePaintCache {
9 leafPaint: ILeafPaint
10 paint: IImagePaint
11 boxBounds: IBoundsData
12}
13
14let cache: IImagePaintCache, box = new Bounds()
15const { isSame } = BoundsHelper

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected