From 52051493be7bb3b85e5bc2285fc3699da40e7037 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Thu, 25 Dec 2014 23:53:34 -0600 Subject: [PATCH] add npm note in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a5b3916..c00e86c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Polygon tesselation library, ported from the tesselator in Silicon Graphics's the OpenGL Utility Library (GLU), written primarily by [Eric Veach](https://www.youtube.com/watch?v=e3ss_Ozb9Yg) while at SGI. +## Installation + +``` +npm install libtess +``` + ## Example See the [example page](https://brendankenny.github.io/libtess.js/examples/simple_triangulation/index.html) for a simple example of setting up a polygon with a hole made of two contours,