Interface QRCanvasImageLayer

Hierarchy

Properties

Properties

col?: number

Column index of the start position. If not provided, x will be used instead.

cols?: number

Width of the layer in columns. If not provided, w will be used instead.

h?: number

Height of the layer in pixels. Default as the height of QRCode.

image: CanvasImageSource
row?: number

Row index of the start position. If not provided, y will be used instead.

rows?: number

Height of the layer in rows. If not provided, h will be used instead.

w?: number

Width of the layer in pixels. Default as the width of QRCode.

x?: number

X of start position. Default as 0.

y?: number

Y of start position. Default as 0.

Generated using TypeDoc