pboyer / verb

Open-source, cross-platform NURBS
http://www.verbnurbs.com
MIT License
733 stars 106 forks source link

Make verb-nurbs work as a node module #22

Closed kokarn closed 8 years ago

kokarn commented 8 years ago

Hello!

Great library you have here. I'm using it in a project as a node module and it works great.

The only two minor things I found that was off was that webworker-threads didn't get installed and that the main property is missing from package.json.

My suggestions are in this pull request. If you don't think that's the way to go then adding documentation that using it as a node module is possible by using

var verb = require( './node_modules/verb-nurbs/build/js/verb.js' );

would be the second best thing.

Thanks!

pboyer commented 8 years ago

Hey @kokarn!

Thanks! This is great!

kokarn commented 8 years ago

Thanks! Would you like me to add a bit of documentation about using it as a node module as well?

pboyer commented 8 years ago

Yeah! That would be awesome!

On Tue, Feb 2, 2016, 2:42 AM Oskar Risberg notifications@github.com wrote:

Thanks! Would you like me to add a bit of documentation about using it as a node module as well?

— Reply to this email directly or view it on GitHub https://github.com/pboyer/verb/pull/22#issuecomment-178426547.