Options
All
  • Public
  • Public/Protected
  • All
Menu

easy-qrcode - v0.1.0

Index

Type aliases

QRMatrix

QRMatrix: Nullable<boolean>[][]

QR code boolean matrix. A two-dimensional matrix that represents rows and columns

true: The grid that needs to be filled.

false: The grid that needs to be empty.

QRStyle

QRStyle: "smooth" | "radius"

QR code rendering style.

smooth: The filled grids are linked by smooth fillets.

radius: The filled grids are decorated with fillets around them.

Generated using TypeDoc