ubilabs/kd-tree-javascript

Publish to NPM

jinder opened this issue · 8 comments

Is it possible to publish this library to NPM?

Hmm, looks like someone has already done that here: https://www.npmjs.com/package/kd-tree-javascript

However, it's not referencing this repository (since it didn't have package.json). Is there a way to change the package to point to this repository? Anyway: To help simplify the process, I took the initiative to create a PR for @aemkei so he can easily merge it when ready here: #17

@greenSnot: Is it possible to change that back since this repo is now up to date?

@greenSnot Thanks!

But can you do it one more time? I forgot to update the package.json. See 165adc0

@aemkei Done and what's your npm account? I would like to transfer its ownership to you.

Thanks! It is "aemkei", see https://www.npmjs.com/~aemkei

p.s. Thanks @aemkei for this awesome implementation. I'm searching point clouds in excess of 50k points at blazing speeds.