DXF to Unity

Upload a DXF file to /process-dxf

It will return a JSON object

Example Output: { vertices: [ { x: 0, y: 0 }, { x: 1, y: 1 } ] }