UNPKG
leapmotion-ts
Version:
latest (2.2.4)
2.2.4
TypeScript framework for Leap Motion.
github.com/logotype/LeapMotionTS
logotype/LeapMotionTS
leapmotion-ts
/
samples
/
sample.html
12 lines
(11 loc)
•
236 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
LeapMotionTS
</
title
>
<
script
data-main
=
"sample"
src
=
"require.js"
type
=
"text/javascript"
>
</
script
>
</
head
>
<
body
>
Check the Web Inspector / console.
</
body
>
</
html
>