Typewriter Effect
1import { Animations } from 'hbh-terminal';3Animations.Typewriter.typewriter('Typing animation...', {4 speed: 60,5 loop: 2,6 color: 'cyan',7 cursor: '|',8 eraseOnLoop: true9});
1import { Animations } from 'hbh-terminal';3Animations.Typewriter.typewriter('Typing animation...', {4 speed: 60,5 loop: 2,6 color: 'cyan',7 cursor: '|',8 eraseOnLoop: true9});