Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreatorOptions

QR Creator Options.

export
interface

CreatorOptions

Hierarchy

  • CreatorOptions

Index

Properties

Optional enableECI

enableECI: boolean

whether to enable ECI.

ECI: AIM ECI(Extended Channel Interpretation).

see

https://en.wikipedia.org/wiki/Extended_Channel_Interpretation

Optional errorCorrectionLevel

errorCorrectionLevel: ErrorCorrectionLevel

error correction level

If not specified, default error correction level is Level M (Medium, approx 15%).

see

https://en.wikipedia.org/wiki/QR_code#Error_correction

Optional maskPattern

maskPattern: MaskPattern

Mask Pattern

If not specified, the creator will select the mask pattern with the lowest penalty.

see

https://en.wikipedia.org/wiki/QR_code#Encoding

Optional version

version: number

the version for QR code.

If not specified, the creator selects the most appropriate version based on the size of the content.

see

https://www.qrcode.com/en/about/version.html

Generated using TypeDoc