zxing-wasm
    Preparing search index...

    Interface BarcodeSymbol

    Barcode symbol in the shape of a one-channel image.

    interface BarcodeSymbol {
        data: Uint8ClampedArray;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    data: Uint8ClampedArray

    Image data of the barcode symbol.

    height: number

    Height of the barcode symbol.

    width: number

    Width of the barcode symbol.