0.0.5 • Published 7 months ago

@romellogoodman/voronoi v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

voronoi

npm version

A library for generating voronoi diagrams.

This library borrows from the work of George Does Code:

Table of contents

Usage

Install

npm

npm i @romellogoodman/voronoi

unpkg

<script src="https://unpkg.com/@romellogoodman/voronoi"></script>

Use

import {generateVoronoiDiagram} from '@romellogoodman/voronoi';

const field = generateVoronoiDiagram({  width: 1024, height: 1024, points: [], relaxIterations: 8});

## API

Tk.

## Contributing

All contributors and all contributions both big and small are welcome in this project.
0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago