node-autotrace
node-autotrace copied to clipboard
How to run this file ?
I getting error can't find module autotrace.
And it's really a poor documentation.
Install the package via npm install autotrace (see https://www.npmjs.com/package/autotrace).
Then, in your code, write autotrace = require("autotrace").
After that you should be able to use it as described in the readme.