Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RenderOptions

The options for renderer

export
interface

RenderOptions

Hierarchy

  • RenderOptions

Index

Properties

Optional gridSize

gridSize: number

QR code grid size, the pixel size occupied by the one grid.

Optional resize

resize: boolean

Whether resize canvas.

Optional size

size: number

QR code image size, if gridSize is specified, size will be ignored.

Optional style

style: QRStyle

Style for the QR code image.

Optional styleValue

styleValue: number

The value to which the style has changed.

Generated using TypeDoc