UNPKG
az-wind
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A library for the exploration of motion in painting
az-wind
/
index.html
14 lines
(12 loc)
•
280 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Wind
</
title
>
<
script
src
=
'http://files.martijnbrekelmans.com/cdn/dragEvent.js'
>
</
script
>
<
script
src
=
"dist/wind.js"
>
</
script
>
</
head
>
<
body
>
<
script
src
=
"demo.js"
>
</
script
>
</
body
>
</
html
>