-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathstress.html
More file actions
29 lines (24 loc) · 713 Bytes
/
Copy pathstress.html
File metadata and controls
29 lines (24 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Animated_GIF - stress test</title>
<script defer src="../dist/Animated_GIF.js"></script>
<script defer src="stress.js"></script>
</head>
<body>
<h1>Animated_GIF - stress test</h1>
<p>A library that makes creating animated GIFs easy. Everything is client-side, using JavaScript.</p>
<p><a href="https://github.com/sole/Animated_GIF/">Get the source</a> and start animating today!</p>
<p id="status"></p>
<div id="images"></div>
<style>
#status {
font-family: Courier, mono;
font-size: 1.2rem;
background: #ccc;
padding: 1rem;
}
</style>
</body>
</html>