UNPKG
wggl
Version:
latest (0.1.0)
0.1.0
0.0.1
A friendly interface to shaders
wggl
/
examples
/
noise
/
index.html
11 lines
(9 loc)
•
150 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
style
>
* {
margin
:
0
;
padding
:
0
}
canvas
{
width
:
100%
;
height
:
100vh
; }
</
style
>
<
canvas
>
</
canvas
>
<
script
src
=
"index.js"
>
</
script
>