IMPORTANT: This library is a fork of RedCrafter07's typing library. Please go ahead and give him some love
You have to include the library at the bottom of your html file ABOVE your code (Typing needs to load first; Then your script).
<!-- Include Scripts -->
<script src="https://rawcdn.rawgit.net/BenTwi/R07-Retyped/refs/heads/main/typing.js"></script>
<!-- Now your awesome script -->
<script>
</script>Typing
typing.type(text, time, selector, typingBar, () => {
console.log("Callback!");
});Deleting
typing.delete(time, selector, typingBar, () => {
console.log("Callback!");
});Instance Creation
const someTypingInstance = typing.create(selector);
someTypingInstance.<type|delete>
// Creation and Deletion parameters stay the same. Refference the syntax aboveIf you use this library, RedCrafter07 would appreciate a little shoutout :)
BenTwi.app only requires you to shoutout him. We're just here to improve existing stuff we use & love ourselves.