--- title: For Node.js ---
To depend on Maker.js, run this from the command line:
{% highlight bash %} npm install makerjs --save {% endhighlight %}Then, in your JavaScript, use the require function to get a reference:
{% highlight javascript %} var makerjs = require('makerjs'); {% endhighlight %}