UNPKG
vertecs
Version:
latest (2.2.2)
2.2.2
2.2.1
2.1.1
2.1.0
2.0.1
1.0.0
A typescript entity-component-system framework
vertecs
/
examples
/
three
/
hello_cube.html
11 lines
(10 loc)
•
204 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Hello Cube
</
title
>
</
head
>
<
body
>
<
script
src
=
"../../dist/examples/three/hello-cube.js"
type
=
"module"
>
</
script
>
</
body
>
</
html
>