Skip to content

Instantly share code, notes, and snippets.

View victorwads's full-sized avatar

Victor Wads victorwads

View GitHub Profile
@victorwads
victorwads / gitCiLoadingToGif.html
Last active October 15, 2024 19:28
Create a GIF from SVG rotation with js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="http://jnordberg.github.io/gif.js/gif.js"></script>
<title>SVG to GIF</title>
</head>