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

How to run this file ?

Open testuse123431r opened this issue 8 years ago • 1 comments

I getting error can't find module autotrace.

And it's really a poor documentation.

testuse123431r avatar Apr 18 '17 06:04 testuse123431r

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.

yeldiRium avatar Feb 27 '18 22:02 yeldiRium