zweep
v2.1.0
Published
A Typescript library implementing Fortune's sweep algorithm for generating Voronoi diagrams
Downloads
1
Readme
Zweep
A Typescript library implementing Fortune's sweep algorithm for generating Voronoi diagrams.
Contributing
NPM scripts
npm t
: Run test suitenpm start
: Runnpm run build
in watch modenpm run test:watch
: Run test suite in interactive watch modenpm run test:prod
: Run linting and generate coveragenpm run build
: Generate bundles and typings, create docsnpm run lint
: Lints codenpm run commit
: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)
Big thanks goes to alexjoverm and everyone else who has contributed to typescript-library-starter for providing such an easy, convenient and featureful Typescript library scaffolding.