An open API service indexing awesome lists of open source software.

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

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
```