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
/
public
/
index.html
12 lines
(11 loc)
•
206 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
React App
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
svg
id
=
"stage"
width
=
"1000"
height
=
"600"
>
</
svg
>
</
body
>
</
html
>