@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias QRCodeMatrix

    QRCodeMatrix: number[][]

    Minimal QR Code encoder — byte mode, error-correction level L. Produces a boolean[][] matrix (true = dark module).

    Supports versions 1-10 (up to ~271 characters). Based on the ISO/IEC 18004 spec; no external dependencies.