nickyout
Results
2
comments of
nickyout
I tried to check the node and return the object you described in the README, but it did not work. Then I checked the code and saw the function expected...
Use [browserify](https://github.com/substack/node-browserify). (edit: `./index.js` already exposes `./lib/index.js` nowadays) I browserified `./index.js` and that exposes the function you'll want. For example, do: ``` bash $ npm install -g browserify $ browserify...