https://github.com/artbit/html5-image-triangulation
Turn an input image into a Delaunay triangulated grid
https://github.com/artbit/html5-image-triangulation
html5 html5-canvas image-processing javascript triangulation
Last synced: 9 months ago
JSON representation
Turn an input image into a Delaunay triangulated grid
- Host: GitHub
- URL: https://github.com/artbit/html5-image-triangulation
- Owner: ArtBIT
- License: mit
- Created: 2017-01-03T13:14:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T14:09:52.000Z (over 9 years ago)
- Last Synced: 2025-09-01T04:19:52.220Z (9 months ago)
- Topics: html5, html5-canvas, image-processing, javascript, triangulation
- Language: JavaScript
- Size: 393 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Image Triangulation
[](https://github.com/ArtBIT/html5-image-triangulation) [](https://github.com/ArtBIT/html5-image-triangulation) [](https://github.com/ArtBIT/html5-image-triangulation)
This web app turns an input image into a Delaunay triangulated grid.
# Installation
```
git clone https://github.com/ArtBIT/html5-image-triangulation.git
cd html5-image-triangulation
npm init # optional
```
# Usage
```
npm start
```
Open [http://localhost:8080/](http://localhost:8080/) in your browser.
# Demo
Input image:

Output image:

Try out live demo [here](http://artbit.github.io/html5-image-triangulation/).
# License
[MIT](LICENSE.md)