LarpixClient/node_modules/gifuct-js/demo/index.html
olcxja 95aaaa69ea
All checks were successful
Android Build / publish (push) Successful in 57s
Linux Build / publish (push) Successful in 53s
big updat:
- update dependencies
- add webp support and webp conversion for profile images
2026-07-02 22:40:46 +02:00

29 lines
750 B
HTML

<html>
<head>
<title>gifuct-js demo</title>
</head>
<body>
<div>
<canvas id="c"></canvas>
</div>
<div style="margin: 10px 0;">
<input id="url" type="text" />
<button id="loadGIF">Load</button>
<button id="playpause">Play/Pause</button>
</div>
<div style="margin-bottom: 10px;">
<input id="edgedetect" type="checkbox" />
Edge Detect
<input id="invert" type="checkbox" />
Invert Colours
<input id="grayscale" type="checkbox" />
Grayscale
</div>
<div>
<input id="pixels" type="range" min="0" max="100" step="1" value="100" />
Pixelate Amount
</div>
<script src="demo.build.js"></script>
</body>
</html>