2.1.0 • Published 6 years ago

zweep v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Zweep

Travis Coveralls Dependencies Dev Dependencies

A Typescript library implementing Fortune's sweep algorithm for generating Voronoi diagrams.

Contributing

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm 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.

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago