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
/
src
/
index.js
6 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
App
from
'./App'
;
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
'root'
));