@mlightcad/dxf-json
v1.2.8
Published
forked version of dxf-json
Downloads
30,318
Maintainers
Readme
DXF-JSON
This is forked version of dotoritos-kim/dxf-json with the following extensions which are not supported in the original repository.
Entities:
- ACAD_PROXY_ENTITY
- MLEADER (enhanced)
- OLEFRAME
- OLE2FRAME
- SHAPE
- TABLE
Objects:
- DIMASSOC
- GROUP
- IMAGEDEF
- LAYER_FILTER
- LAYER_INDEX
- MLEADERSTYLE
- MLINESTYLE
- XRECORD
JSON Viewer
Run the local JSON viewer to inspect DXF parsing results in the browser:
npm run viewerThen choose a .dxf file from the page. After parsing succeeds, the parsed JSON result will be shown in the viewer.
