UNPKG
extrude
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
turn a 2d shape into a 3d mesh with extrusion
github.com/freeman-lab/extrude
freeman-lab/extrude
extrude
/
index.html
11 lines
(10 loc)
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
extrude
</
title
>
</
head
>
<
link
rel
=
"stylesheet"
media
=
"screen"
href
=
"https://fontlibrary.org/face/glacial-indifference"
type
=
"text/css"
/>
<
body
>
<
script
src
=
"./bundle.js"
>
</
script
>
</
body
>
</
html
>