https://github.com/eacaps/dxf-parser-writer
Write dxf files back out from the json representation provided by dxf-parser
https://github.com/eacaps/dxf-parser-writer
Last synced: 11 months ago
JSON representation
Write dxf files back out from the json representation provided by dxf-parser
- Host: GitHub
- URL: https://github.com/eacaps/dxf-parser-writer
- Owner: eacaps
- License: mit
- Created: 2020-11-15T01:37:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T03:31:43.000Z (over 5 years ago)
- Last Synced: 2025-02-26T09:42:04.785Z (over 1 year ago)
- Language: TypeScript
- Size: 307 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dxf-parser-writer
Write dxf files back out from the json representation provided by dxf-parser
## Usage
```
npm ci
npm run build
node build/main/dxf_json_writer.js ./data/01.mod.json
```