Skip to content

Fologan/TypewriterJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typewriter for Javascript

It is a javascript that you can call from your website to do continuous writing. Enjoy this free tool

  1. Optimized link via jsdelivr.com HERE
  2. The Typewriter.js file is the extended version with comments
  3. The example.html file is an example of good use

How To Use?

<div id="w2l"><!-- The ID is important so that the JS knows which div to print-->
    <script>//Start the script
        const data = {
            "line-1": "<Fologan>",
            // Write the first text
            "line-2": "Hello World!",
            // Make sure you separate properties with commas
            //Write as many lines as you want
            //Example "line-3": "This is a Demo"
        };
    </script>
    <script src="https://cdn.jsdelivr.net/gh/Fologan/TypewriterJS@main/TyperwriterSM.js"></script>
    <!-- Includes external JavaScript file -->
</div>

No commits:

<div id="w2l">
    <script>
        const data = {
            "line-1": "",
            "line-2": "",
        };
    </script>
    <script src="https://cdn.jsdelivr.net/gh/Fologan/TypewriterJS@main/TyperwriterSM.js"></script>
</div>

Thanks for the visit, see you with another contribution to the community, partner
👁️ Live demo on my website header: fologan.com

About

It is a javascript that you can call from your website to do continuous writing. Enjoy this free tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors