Author: | Ovilia |
---|---|
Views Total: | 1,689 views |
Official Page: | Go to website |
Last Update: | August 8, 2015 |
License: | MIT |
Preview:

Description:
Polyvia.js is a powerful JavaScript library for generating low polygon style images and videos based on canvas
element.
How to use it:
Include the core JavaScript library in the document.
<script src="build/lib.js"></script>
Create a canvas element for the low poly generator.
<canvas id="canvas"></canvas>
Create a file input to accept images.
<input id="img-path" type="file">
Include the low poly image processing library in the document.
<script src="build/image.js"></script>