MCPcopy
hub / github.com/nodeca/pica / Tile

Interface Tile

src/tiler.ts:1–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Tile {
2 toX: number
3 toY: number
4 toWidth: number
5 toHeight: number
6 toInnerX: number
7 toInnerY: number
8 toInnerWidth: number
9 toInnerHeight: number
10 offsetX: number
11 offsetY: number
12 scaleX: number
13 scaleY: number
14 x: number
15 y: number
16 width: number
17 height: number
18}
19
20export interface TilerOptions {
21 width: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…