Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quentinroy/polygon-centroid-viewer
- Owner: QuentinRoy
- License: mit
- Created: 2018-01-30T13:58:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:12:24.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:04:48.653Z (9 months ago)
- Topics: centroid, polygon, viewer
- Language: JavaScript
- Homepage: https://quentinroy.fr/misc/polygon/
- Size: 3.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.