JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q43481F
  • License MIT

Real time Delaunay triangulation! Shaded, shaped and plotted!

Package Exports

  • mosaic-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mosaic-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Mosaic JS

NPM version License

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

MIT

Copyright(c) 2017 Marais Rossouw