QR Code Styling

GitHub license npm scope

JavaScript library for generating QR codes with customizable styling in browser or Node.js

Advanced options

  • Error correction: errorCorrectionLevel: "L" | "M" | "Q" | "H" (H = highest, best for heavy styling)
  • Kanji support:

    import { stringToBytesFuncs } from '@liquid-js/qr-code-styling/kanji'
    
    const options = {
        stringToBytesFuncs
    }