https://github.com/willkessler/typed-text-gif-maker
https://github.com/willkessler/typed-text-gif-maker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willkessler/typed-text-gif-maker
- Owner: willkessler
- License: mit
- Created: 2024-07-10T00:43:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:52:46.000Z (over 1 year ago)
- Last Synced: 2024-11-25T20:34:49.063Z (over 1 year ago)
- Language: JavaScript
- Size: 914 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typewriter Text Gif Maker
This tool allows you to quickly create an animated GIF you can use anywhere with :
* A fixed prefix
* A rotating suffix
Here's an example:

You can also control the font, font-size, background color, and timing of the typing and delays.
## Try it out yourself here
This tool is provided as-is and free of charge.
If you're a web application operator who wants to easily, rapidly, and
simply communicate with live users of your application, check out This Is Not A Drill!, a
sponsor of this site.
### Supporting tools
This tool wouldn't exist without:
* The excellent lib GIF.js (https://github.com/jnordberg/gif.js)
* Also, html2Canvas (https://html2canvas.hertzen.com).
Much thanks to those authors.