Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quentinroy/polygon-centroid-viewer

A small application to create polygons and view their centroids
https://github.com/quentinroy/polygon-centroid-viewer

centroid polygon viewer

Last synced: about 2 months ago
JSON representation

A small application to create polygons and view their centroids

Awesome Lists containing this project

README

        

# Polygon Centroid Viewer

A small application to create polygons and view their centroids.

## Demo

[https://quentinroy.fr/misc/polygon](https://quentinroy.fr/misc/polygon)

## Install

```
git clone https://github.com/QuentinRoy/polygon-centroid-viewer.git
cd polygon-centroid-viewer
npm install
```

## Start (dev mode)

```
npm run dev
```

## Build for production

```
npm run build
```

Creates the `dist` repository.