gorhill / Javascript-Voronoi

A Javascript implementation of Fortune's algorithm to compute Voronoi cells
http://www.raymondhill.net/voronoi/
Other
1.02k stars 166 forks source link

publish to npm #23

Closed puckey closed 9 years ago

puckey commented 9 years ago

I see you made preparations for your voronoi library to be published to NPM as a module, but it doesn't seem to have happened yet... Are you still planning to do so?

gorhill commented 9 years ago

These were pull requests by others. I know nothing of npm, so somebody will have to contribute this, while keeping the ability of the library to be included as is in a browser environment.

puckey commented 9 years ago

Okay fine! The module only needed to be published, which I now did here: https://www.npmjs.com/package/voronoi

If you ever start using NPM, I am happy to give you access