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: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:12:24.000Z (over 2 years ago)
- Last Synced: 2025-01-07T08:27:46.992Z (4 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.