@jrsmiffy/delaunator

1.4.5 • Public • Published

Node.js CI

Delaunator

TypeScript library that generates Delaunay Triangulations

Install

npm install @jrsmiffy/delaunator

Release

make release bump=<VERSION>|major|minor|patch notes="<NOTES>"

Test

npx jest --coverage

Example

 // https://github.com/jrsmth/delaunay
 let points: Point[] = Delaunay.generatePoints(svgWidth, svgHeight, numberOfPoints);
 let triangulation: Triangle[] = Delaunay.triangulate(points);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.52latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.52
1.4.30
1.4.20
1.4.10
1.4.00
1.2.00
1.1.90
1.1.80
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.00
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @jrsmiffy/delaunator

Weekly Downloads

2

Version

1.4.5

License

ISC

Unpacked Size

24.5 kB

Total Files

26

Last publish

Collaborators

  • jrsmiffy