-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathindex.html
24 lines (21 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Animated_GIF</title>
</head>
<body>
<h1>Animated_GIF</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>Here are a few examples demonstrating what the library can do --and serving as documentation.</p>
<ul>
<li><a href="tests/basic.html">Basic</a> - demonstrates how to build both single frame and multi frame GIFs</li>
<li><a href="tests/custom_palette.html">Custom Palette</a> - shows how to use custom palettes</li>
<li><a href="tests/dithering.html">Dithering</a> - demonstrates the different types of dithering that can be used</li>
<li><a href="tests/sample_interval.html">Sample Interval</a> - demonstrates the effect of the <tt>sampleInterval</tt> option</li>
<li><a href="tests/stress.html">Stress</a> - this is a test to see how well browsers work when creating many GIFs quickly</li>
<li><a href="tests/frame_delay.html">Frame Delay</a> - shows how to set frame delay</li>
</ul>
</body>
</html>