0.0.3 • Published 7 years ago

node-dxf-to-png v0.0.3

Weekly downloads
4
License
BSD
Repository
github
Last release
7 years ago

node-dxf-to-png

DXF to PNG node module and command line tool.

usage

dxftopng(__dirname+'/data/test.dxf', {width: 300, usemapping: true}, function (err, pngbuff) {
    // do something with the buffer
});

mapping uses the node-dxf text mapping algorithm for text elements.

$ node-dxf-to-png -i test/data/test.dxf -w 400 -m true -o mydxfas.png
0.0.3

7 years ago

0.0.2

11 years ago

0.0.1

11 years ago