UNPKG
@flatten-js/polygon-offset
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Polygon equidistant offset
github.com/alexbol99/flatten-offset
alexbol99/flatten-offset
@flatten-js/polygon-offset
/
.travis.yml
17 lines
(11 loc)
•
208 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
node_js:
- stable
install:
- npm install
before_install:
- npm install @flatten-js/core
script:
- npm run test
# Send coverage data to Coveralls
after_success: npm run coverage