mapbox / polylabel

A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)
Other
1.44k stars 151 forks source link

Added TypeScript Install instructions #5

Closed DenisCarriere closed 8 years ago

DenisCarriere commented 8 years ago

Once the PR is merged to DefinitelyTyped

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/10921

TWiStErRob commented 8 years ago

Tip for future: this is the exception when you can and should force push an amended commit. Or commit new ones and squash all of the together. GitHub will pick up the change in the same PR. Of course you can't do that from the web.

DenisCarriere commented 8 years ago

Thanks for the tip.