• Decodes one or more hexadecimal strings into a single byte array.

    Non-hex characters are not filtered; each pair of characters is parsed with parseInt(..., 16).

    Parameters

    • chunks: string[]

      Hex strings, typically from DXF group code 310.

    Returns Uint8Array

    Concatenated decoded bytes.