1.0.0 • Published 4 years ago

dxftoobject v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

dxftojson

convert dxf file into json object (forked https://github.com/team-codecraft/dxftojson)

Getting started

forked from: https://github.com/team-codecraft/dxftojson

install package

const dxf = require('dxftoobject');

const fr = new FileReader()
fr.readAsBinaryString(file)
fr.onloadend = function (e) {
    dxf(e.target.result).then(response => {
        console.log(response)
    })
}
1.0.0

4 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.1-2.2

5 years ago

0.1.1-2.1

5 years ago

0.1.12

5 years ago