dxftojson
convert dxf file into json format
Getting started
install package
const dxftojson = require('dxftojson');
dxftojson('./sample/file2.dxf' , 'out.json')
.then(result=>{
return result;
})
convert dxf file into json format
Homepage Repository npm JavaScript Download
npm install dxftojson@0.1.12