UNPKG
@flatten-js/boolean-op
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.16
1.0.15
1.0.13
Boolean operations on polygons
github.com/alexbol99/flatten-boolean-op
alexbol99/flatten-boolean-op
@flatten-js/boolean-op
/
examples
/
create-react-app
/
package.json
17 lines
(16 loc)
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"private"
: true,
"name"
:
"flatten-react-app"
,
"main"
:
"src/index.js"
,
"scripts"
: {
"build"
:
"react-scripts build"
,
"start"
:
"react-scripts start"
},
"devDependencies"
: {
"react-scripts"
:
"*"
},
"dependencies"
: {
"
@flatten
-js/core"
:
"*"
,
"
@flatten
-js/boolean-op"
:
"*"
} }