Skip to main content

Interface: AssembleTilesOptions

Defined in: assemble.ts:7

Options for assembleTiles.

Properties

height

height: number

Defined in: assemble.ts:11

Total output height in pixels.


minCol

minCol: number

Defined in: assemble.ts:17

Column index of the leftmost tile in the grid.


minRow

minRow: number

Defined in: assemble.ts:19

Row index of the topmost tile in the grid.


tileHeight

tileHeight: number

Defined in: assemble.ts:15

Tile height in pixels (all tiles must share this).


tileWidth

tileWidth: number

Defined in: assemble.ts:13

Tile width in pixels (all tiles must share this).


width

width: number

Defined in: assemble.ts:9

Total output width in pixels.