zxing-wasm
    Preparing search index...

    Interface Position

    Position of the decoded barcode.

    interface Position {
        bottomLeft: Point;
        bottomRight: Point;
        topLeft: Point;
        topRight: Point;
    }
    Index

    Properties

    bottomLeft: Point

    Bottom-left point of the decoded barcode.

    Point

    bottomRight: Point

    Bottom-right point of the decoded barcode.

    Point

    topLeft: Point

    Top-left point of the decoded barcode.

    Point

    topRight: Point

    Top-right point of the decoded barcode.

    Point