Merged test stuff into beebot
This commit is contained in:
parent
2f2e71c7d8
commit
3ad870d990
14 changed files with 2491 additions and 368 deletions
20
gifsupport-node/index.html
Normal file
20
gifsupport-node/index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>A Pen by CBenni</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<canvas height=256 width=2560 style="border: 1px solid black;" id="c"></canvas>
|
||||
<img id="i">
|
||||
<script src='https://rawgit.com/deanm/omggif/master/omggif.js'></script>
|
||||
<script src='gif.js'></script>
|
||||
<script src="index.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in a new issue