node-dxf-to-png

0.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i node-dxf-to-png

Weekly Downloads

0

Version

0.0.3

License

BSD

Last publish

Collaborators

  • johannesboyne