You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2018. It is now read-only.
I installed via npm version 1.0.27 and node 0.4.9. The package.json file did not include a main entry, so require('gd') was broken. I added main: './gd.js', to my package.json and it worked.
Not sure if you maintain the npm package or not - it lists a forked repo, but you as the author.