node-autotrace icon indicating copy to clipboard operation
node-autotrace copied to clipboard

A simple interface for converting raster images into vector graphics using AutoTrace.

Results 3 node-autotrace issues
Sort by recently updated
recently updated
newest added

Hi, I have simple project with index.js like this: ``` var autotrace = require('autotrace') var input = 'test1.png' var output = 'out.svg' autotrace(input, {outputFile: output}, function(e, b){ if(!err) console.log('done') })...

spawn autotrace ENOENT error autotrace('./lc.png', { outputFile: './a.dxf' }, function(err, buffer) { console.log('err',err) console.log('buffer',buffer) if (!err) console.log('done'); });

I getting error can't find module autotrace. And it's really a poor documentation.