A very simple and lightweight JavaScript library (676 bytes minified) to animate ASCII art. Essentially, what it does is animate an "intro animation" of your ASCII art.
Param | Type | Description |
---|---|---|
preId | string |
The id of the desired 'pre' tag. |
ascii | string |
The ascii art. |
frameDelay (default = 22) | number |
The time (in ms) between each animation update, more is slower, less is faster. |
MIT License
Copyright (c) 2024 Horace Hoff