Skip to content

Commit

Permalink
add npm note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Dec 26, 2014
1 parent 787cce3 commit 5205149
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5205149

Please sign in to comment.