@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);

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i @jrsmiffy/delaunator

    Weekly Downloads

    1

    Version

    1.4.5

    License

    ISC

    Unpacked Size

    24.5 kB

    Total Files

    26

    Last publish

    Collaborators

    • jrsmiffy