mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-18 23:10:25 +00:00
29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Fabric.js demos</title>
|
|
<link rel="stylesheet" href="../lib/master.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<ul id="header">
|
|
<li><a href="">Demos</a></li>
|
|
<li><a href="../benchmarks/index.html">Benchmarks</a></li>
|
|
<li><a href="../docs/index.html">Docs</a></li>
|
|
<li><a href="../test/unit/suite_runner.html">Tests</a></li>
|
|
</ul>
|
|
<div id="bd-wrapper">
|
|
<ul>
|
|
<li style="margin-bottom:5px"><a href="kitchensink/index.html">Kitchen sink</a></li>
|
|
<li style="margin-bottom:5px"><a href="ladybug/index.html">Sliding ladybugs</a></li>
|
|
<li style="margin-bottom:5px"><a href="cross/index.html">Animating crosses (custom class)</a></li>
|
|
<li style="margin-bottom:5px"><a href="hovering/index.html">Detecting object hovering</a></li>
|
|
<li style="margin-bottom:5px"><a href="events/index.html">Event inspector</a></li>
|
|
<li style="margin-bottom:5px"><a href="customization/index.html">Customization</a></li>
|
|
<li style="margin-bottom:5px"><a href="polaroid/index.html">Polaroid photos (custom class)</a></li>
|
|
<li style="margin-bottom:5px"><a href="opacity_mouse_move/index.html">Opacity & mouse move</a></li>
|
|
<li style="margin-bottom:5px"><a href="svg_rendering/index.html">SVG rendering</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|