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
/
.jsdoc.json
13 lines
(12 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"source"
:
{
"include"
:
[
"./src"
,
"README.md"
]
,
"exclude"
:
[
"./docs"
,
"./dist"
,
"./node_modules"
,
"./coverage"
,
"./test"
,
"./index.js"
]
,
"includePattern"
:
".js$"
}
,
"opts"
:
{
"destination"
:
"./docs/"
,
"recurse"
:
true
,
"template"
:
"./node_modules/minami"
}
}