https://github.com/mlightcad/dxf-json
Forked version of dotoritos-kim/dxf-json with some enhancement which are not supported in the original repository.
https://github.com/mlightcad/dxf-json
autocad cad dxf parser
Last synced: 21 days ago
JSON representation
Forked version of dotoritos-kim/dxf-json with some enhancement which are not supported in the original repository.
- Host: GitHub
- URL: https://github.com/mlightcad/dxf-json
- Owner: mlightcad
- License: gpl-3.0
- Created: 2025-10-10T13:50:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-10T13:51:18.000Z (9 months ago)
- Last Synced: 2025-10-18T17:41:59.659Z (8 months ago)
- Topics: autocad, cad, dxf, parser
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DXF-JSON
This is forked version of [dotoritos-kim/dxf-json](https://github.com/dotoritos-kim/dxf-json) with the following extensions which are not supported in the original repository.
Entities:
- MLEADER (enhanced)
- TABLE
Objects:
- DIMASSOC
- GROUP
- IMAGEDEF
- LAYER_FILTER
- LAYER_INDEX
- MLEADERSTYLE
- MLINESTYLE
## JSON Viewer
Run the local JSON viewer to inspect DXF parsing results in the browser:
```bash
npm run viewer
```
Then choose a `.dxf` file from the page. After parsing succeeds, the parsed JSON result will be shown in the viewer.