Fri, 26 Apr 2024 19:49:11 UTC | login

Information for build js-termynal-0.0.1-2.20210316git9b30189.fc33

ID194788
Package Namejs-termynal
Version0.0.1
Release2.20210316git9b30189.fc33
Epoch
SummaryLightweight and modern terminal animations using async/await
DescriptionTyping animations are nothing new and Termynal isn’t particularly revolutionary. The author wrote it because they needed a modern and lightweight version with minimal JavaScript and without messy, nested setTimeout calls. Most of the existing libraries rely on JavaScript for both the rendering, styling and animation, or even require jQuery. This is inconvenient, especially if you’re using the animation as part of your software’s documentation. If a user has JavaScript disabled, they will only see a blank window. Termynal uses async and await, which is now supported pretty much across all major browsers. Termynal lets you write all input and output in plain HTML, and all styling in plain CSS. Non-JS users will still see the complete code, just no animation. The width and height of the terminal window is read off the original container. This means you won’t have to worry about sizing or layout reflows. Termynal also comes with a flexible HTML API, so you can use it without having to write a single line of JavaScript yourself.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 05:09:07 UTC
CompletedSat, 24 Apr 2021 05:09:07 UTC
Tags
f33
f37
f38
RPMs
src
js-termynal-0.0.1-2.20210316git9b30189.fc33.src.rpm (info) (download)
noarch
js-termynal-0.0.1-2.20210316git9b30189.fc33.noarch.rpm (info) (download)
Changelog * Tue Mar 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.0.1-2 - Remove stray find command * Fri Mar 05 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.0.1-1 - Initial package