OptionalimageUse a custom image fetching & serializaton implementation
The data will be encoded in the QR code
OptionalimageThe image will be copied to the center of the QR code
QR code shape
Options will be passed to @liquid-js/qrcode-generator lib
Optionalmode?: "numeric" | "alphanumeric" | "byte" | "kanji" | "unicode"Image mode
Fill blank areas of the code with selected color
Color of QR dots
Optionalgradient?: GradientGradient of Corners Dot
Coefficient of the image size
Margin of the image (in blocks)
OptionalcrossOrigin?: stringQR dot size (in pixels)
Color of QR dots
Optionalgradient?: GradientGradient of QR dots
Style of QR dots
OptionalcornersCorners Square options, omitted values match dots
Optionalcolor?: stringColor of Corners Square
Optionalgradient?: GradientGradient of Corners Square
Optionaltype?: Style of Corners Square
OptionalcornersCorners Dot options, omitted values match squares
Optionalcolor?: stringColor of Corners Dot
Optionalgradient?: GradientGradient of Corners Dot
Optionaltype?: Style of Corners Dot
OptionalbackgroundQR background styling options, false to disable background
Optionalround?: numberBackground roundnes, from 0 (square) to 1 (circle)
Optionalcolor?: stringBackground color
Optionalgradient?: GradientBackground Gradient
Optionalmargin?: numberMargin (in blocks) between background and the QR code
Optionalstringimport { stringToBytesFuncs } from "@liquid-js/qr-code-styling/kanji"; to add Kanji support
Optionalplugins
Use a custom DOM domplementation