I recently discovered that the dxf-parser package is ignoring certain values.
When working with dxf files, it functions similarly to defining variables in coding by assigning number codes to variable names within the dxf file.
The parser was creating new objects in an array whenever it encountered a "0" code, as instructed to do so. However, I noticed that it was disregarding my index value when utilizing the "ATTRIB" entity type as a child of the INSERT type. To address this issue, I made modifications to the dxf-parser package file to ensure that my index value was properly managed considering the specific entity type "ATTRIB".
The original dxf-parser package did not have any predefined settings for the "ATTRIB" entity type.