Skip to content

Commit

Permalink
add travis and coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jan 21, 2015
1 parent 7ee9737 commit 12f4174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Earcut

The fastest and smallest JavaScript polygon triangulation library for your WebGL apps. 1.6KB gzipped.
The fastest and smallest JavaScript polygon triangulation library. 1.5KB gzipped.

[![Build Status](https://travis-ci.org/mapbox/earcut.svg?branch=master)](https://travis-ci.org/mapbox/earcut)
[![Coverage Status](https://coveralls.io/repos/mapbox/earcut/badge.svg?branch=master)](https://coveralls.io/r/mapbox/earcut?branch=master)

The library implements an ear slicing algorithm which is extended to handle holes, twisted polygons,
degeneracies and self-intersections in a way that doesn't _guarantee_ correctness of triangulation,
Expand Down

0 comments on commit 12f4174

Please sign in to comment.