mosaic-js
v0.1.8
Published
Real time Delaunay triangulation! Shaded, shaped and plotted!
Downloads
11
Maintainers
Readme
Mosaic JS
Real time Delaunay triangulation! Shaded, shaped and plotted! Live Demo. Written in TypeScript, for the strict sexiness it offers. Rollup.js used for the tree shaking love they offer.
Installation
yarn add mosaic-js
Usage
import Mosaic from 'mosaic-js';
new Mosaic(document.getElementById('mosaic'), [86, 200, 148], [25, 52, 65], 250)
Build
yarn global add typescript
yarn install
yarn run build
License
Copyright(c) 2017 Marais Rossouw